Actions
Feature #6943
closed
VJ
VJ
pcap: datalink type 229 not (yet) supported in module PcapFile
Feature #6943:
pcap: datalink type 229 not (yet) supported in module PcapFile
Effort:
Difficulty:
Label:
Description
data = 'A' * 1000
packet = IPv6()/IPv6ExtHdrFragment()/TCP(dport=8080,sport=12345,flags='A',seq=1)/data
frags = fragment6(packet,512)
wrpcap('frag-ip-tcp.pcap', frags)
Actions