Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Editcap ignore first 14bytes of a packet

I am trying to remove duplicate and ignore first 14 bytes of my pcap files. I am using below command:

editcap -w 0.001 -I 14 pcap_file pcap_file_updated

But i am getting below error: editcap: invalid option -- 'I'

When i check the manual page of editcap i can see the "I" option.

My editcap version is: Editcap 1.10.14

How can i ignore first 14 bytes of pcap file??

Editcap ignore first 14bytes of a packet

I am trying to remove duplicate and ignore first 14 bytes of my pcap files. I am using below command:

editcap -w 0.001 -I 14 pcap_file pcap_file_updated

But i am getting below error: editcap: invalid option -- 'I'

When i check the manual page of editcap i can see the "I" option.

My editcap version is: Editcap 1.10.14

How can i ignore first 14 bytes of pcap file??