aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
parent4361e2a4edf994892bca3a422e26f1ffd9a01098 (diff)
Oh yeah, -R is now -Y in trunk.
svn path=/trunk/; revision=49646
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fuzz-test.sh2
-rwxr-xr-xtools/test-captures.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index 82ffd40abf..dd70d8072a 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -65,7 +65,7 @@ else
# error should have its own environment variable?).
# Leave this commented out for now until someone has time to run it through the menagerie once
# or twice (so we don't get buried in bugs)...
- #declare -a RUNNER_ARGS=("${CONFIG_PROFILE}${TWO_PASS}-nVxr" "${CONFIG_PROFILE}${TWO_PASS}-nr" "-Rframe ${CONFIG_PROFILE}${TWO_PASS}-nr")
+ #declare -a RUNNER_ARGS=("${CONFIG_PROFILE}${TWO_PASS}-nVxr" "${CONFIG_PROFILE}${TWO_PASS}-nr" "-Yframe ${CONFIG_PROFILE}${TWO_PASS}-nr")
#export WIRESHARK_ABORT_ON_DISSECTOR_BUG=
fi
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