Actions
Feature #6943
closedpcap: 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)
Updated by Victor Julien 7 months ago
- Label Needs backport to 6.0, Needs backport to 7.0 added
Updated by Philippe Antoine 7 months ago
Is it really critical to backport to 6 ?
Updated by Victor Julien 7 months ago
- Status changed from In Progress to In Review
Updated by Victor Julien 7 months ago
- Status changed from In Review to Resolved
Actions