From c56c403a520e05dbe2eee32762c35f502b82dff2 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 31 May 2013 01:38:55 +0000 Subject: As discussed in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8728#c4 : Running tshark with a read filter ("-R") and without building the full tree ("-V") causes it to run into some more bugs (usually loops adding more than 100000 items to the tree). Add some (commented out for now) code to do this... svn path=/trunk/; revision=49643 --- tools/test-captures.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tools/test-captures.sh') diff --git a/tools/test-captures.sh b/tools/test-captures.sh index e652c28c5e..00615da792 100755 --- a/tools/test-captures.sh +++ b/tools/test-captures.sh @@ -55,6 +55,17 @@ do if $BIN_DIR/tshark -nr $file > /dev/null then echo "OK" + # 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 + #then + # echo "OK" + #else + # echo "Failed" + # exit 1 + #fi + #unset WIRESHARK_ABORT_ON_DISSECTOR_BUG else echo "Failed" exit 1 -- cgit v1.2.3