Hi, I have updated wireshark from 1.10.5 to 2.0.3 facing error "Failed: tshark: -R without -2 is deprecated. For single-pass filtering use -Y." while executing the "query filter set <filter_name>" in tshark. If any one faced this issue please help me in resolve. asked 03 Jun '16, 03:32 Naresh |
One Answer:
Use the "-Y" parameter instead of the "-R" you used previously. answered 03 Jun '16, 03:36 Jasper ♦♦ |