Closed gpgib6 closed 5 years ago
Hi. In file scm.go, line 135 appears to rely on data scm.ChecksumVal but this data is not assigned until after the call, see lines 76 and 80.
The scm.Checksum method is only used in the unique filter. The method p.Checksum is on the parser and references the data of the packet directly, it does not use scm.ChecksumVal.
scm.Checksum
p.Checksum
scm.ChecksumVal
Hi. In file scm.go, line 135 appears to rely on data scm.ChecksumVal but this data is not assigned until after the call, see lines 76 and 80.