sngrep icon indicating copy to clipboard operation
sngrep copied to clipboard

hide duplicate packets on VRRP

Open twocolors opened this issue 8 years ago • 3 comments

I would like to suggest a feature request. Can hide duplicate sip message when use VRRP between SS?

Select some time interval to hide duplicate sip message.

twocolors avatar Sep 08 '17 06:09 twocolors

While this could be handy for some scenarios, I don't like the idea of filtering to much at capture level. I prefer all capturing tools using libpcap produce the same packets when saving to a pcap (in fact captured packets keep untouched: for example, if they are captured fragmented they are stored fragmented).

I could add a simple call flow setting to hide retransmission messages (toggled by a keybinding) and start with a boolean value and in the future change it to a delta time (maybe in ms). That setting could be always enabled via config file like any other setting.

If any other libpcap tool does this (tcpdump, ngrep, and so on) I will try to take a look at the code :)

Regards!

Kaian avatar Sep 27 '17 17:09 Kaian

Thank you for the feature, i see this tool in Oracle (not Open source :( )

twocolors avatar Oct 03 '17 09:10 twocolors