March 2019
Beginner to intermediate
358 pages
7h 21m
English
Sometimes, in the case of large PCAP files, we are bombarded with data. In such scenarios, we may require data in a particular timeframe. Editcap from Wireshark allows us to split data based on the number of packets, time intervals, packet length, and also allows us to adjust the time and truncate packet data. Let's see how we can split data based on an interval of 10 seconds:

We can see that providing the -i option with 10 seconds as the parameter has split our file into intervals of 10 seconds each. This is extremely helpful in cases where we need data from a particular timeframe and saves CPU filtering ...
Read now
Unlock full access