remove checksum call
This commit is contained in:
parent
5a093cf0cf
commit
41c3c90d64
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if __name__ == '__main__':
|
|||
v6_rebuild = pkg_v6.__class__(str(pkg_v6))
|
||||
print("v6: {} - {}".format(v6_rebuild.__repr__(), v6_rebuild[UDP].chksum))
|
||||
|
||||
checksum_from_scapy.checksum()
|
||||
# checksum_from_scapy.checksum()
|
||||
|
||||
|
||||
sendp(pkg, iface=iface, verbose=True)
|
||||
|
|
Loading…
Reference in a new issue