Skip to content

Add a preference for ignoring duplicate frames

Gilbert Ramirez requested to merge gilramir1/wireshark:dedup into master

Sometimes you have a capture file that has many duplicate frames because of how the capture was made, and its convenient to ignore the duplicates so you can concentrate on the data and not all the TCP warnings.

This adds a preference in the "Protocols" section to ignore duplicates. It makes use of the existing "Ignore Packet" feature.

This works with offline pcaps and pcaps read during live capture.

Merge request reports