Skip to content

Commit 003fc61

Browse files
committed
comm_dat2pcap: Remove unneccessary slashes
1 parent 93ac69a commit 003fc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comm_dat2pcap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class PktState:
7373

7474

7575
def calc_pkt55_checksum(packet, plength):
76-
crc =[
76+
crc = [
7777
0x0000, 0x1189, 0x2312, 0x329b, 0x4624, 0x57ad, 0x6536, 0x74bf,
7878
0x8c48, 0x9dc1, 0xaf5a, 0xbed3, 0xca6c, 0xdbe5, 0xe97e, 0xf8f7,
7979
0x1081, 0x0108, 0x3393, 0x221a, 0x56a5, 0x472c, 0x75b7, 0x643e,

0 commit comments

Comments
 (0)