what is the expected value/format for display filter in { }?
I assumed "in" would allow a set of CSV values like tcp.stream in {1,8,12,18} but that results in syntax error.
I assumed "in" would allow a set of CSV values like tcp.stream in {1,8,12,18} but that results in syntax error.
See here for the relevant part of the users guide.
Or refer also to The membership operator section of the wireshark-filter man page.
tcp.stream in {1 8 12 18}
works for me. Not comma separated, but space-separated.
Hi Rob, try it with spaces instead of commas.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-10-17 14:33:30 +0000
Seen: 727 times
Last updated: Oct 17 '18