I captured a really big tcpdump file which now always crashes my wireshark. It was captured with no filters and I need to apply some afterwards to make the file smaller.
Is this somehow possible?
I captured a really big tcpdump file which now always crashes my wireshark. It was captured with no filters and I need to apply some afterwards to make the file smaller.
Is this somehow possible?
Yes, it is possible. You can use the following command:
Tcpdump will read the input file, apply the filter, and then write the output file. You need just to come up with the right filter.
Try netsniff-ng, it sequentially processes the pcap unlike Wireshark, which tries to load everything into RAM.