aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list_record.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-08-28 00:56:19 +0000
committerEvan Huus <eapache@gmail.com>2013-08-28 00:56:19 +0000
commit5c851858d9d64c6f24a970ea0c8b1cbcc6786df0 (patch)
treef6c9b620bd9df8f7770297bcb1e6162886040848 /ui/qt/packet_list_record.h
parent25392c73f435166ce9b8a9b3c1590788a2d16f21 (diff)
Fully deprecate read filter (-R) without two-pass (-2). It does exactly the same
thing as the display filter (-Y) in that case except with more confusing semantics. This also lets us fix -c in the single-pass case to unconditionally count packets. This isn't the old behaviour (which counted them only if they passed the read filter) but is more consistent with two-pass mode where they are counted even if they pass the display filter, since they are counted on the first pass and the display filter is applied on the second pass. Anyone who wants to use -c to limit packet count conditionally on them passing a filter should use it in tandem with -2 and -R: the read filter is applied on the first pass before the count. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9048 svn path=/trunk/; revision=51556
Diffstat (limited to 'ui/qt/packet_list_record.h')
0 files changed, 0 insertions, 0 deletions