We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ac69a commit 003fc61Copy full SHA for 003fc61
comm_dat2pcap.py
@@ -73,7 +73,7 @@ class PktState:
73
74
75
def calc_pkt55_checksum(packet, plength):
76
- crc =[
+ crc = [
77
0x0000, 0x1189, 0x2312, 0x329b, 0x4624, 0x57ad, 0x6536, 0x74bf,
78
0x8c48, 0x9dc1, 0xaf5a, 0xbed3, 0xca6c, 0xdbe5, 0xe97e, 0xf8f7,
79
0x1081, 0x0108, 0x3393, 0x221a, 0x56a5, 0x472c, 0x75b7, 0x643e,
0 commit comments