aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-captures.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-31 02:03:03 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-31 02:03:03 +0000
commitb49c3e7eca061de6796a67549176096b59bc03c5 (patch)
treedd578dbe7c3ce2d89a12334ae5b2c035f4c4fd43 /tools/test-captures.sh
parent4361e2a4edf994892bca3a422e26f1ffd9a01098 (diff)
Oh yeah, -R is now -Y in trunk.
svn path=/trunk/; revision=49646
Diffstat (limited to 'tools/test-captures.sh')
-rwxr-xr-xtools/test-captures.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-captures.sh b/tools/test-captures.sh
index 00615da792..0537e88a48 100755
--- a/tools/test-captures.sh
+++ b/tools/test-captures.sh
@@ -58,7 +58,7 @@ do
# We may not be ready to looking for all these bugs yet...
#echo -n " - without tree but with a read filter... "
#export WIRESHARK_ABORT_ON_DISSECTOR_BUG=
- #if $BIN_DIR/tshark -Rframe -nr $file > /dev/null
+ #if $BIN_DIR/tshark -Yframe -nr $file > /dev/null
#then
# echo "OK"
#else