If tshark doesn't fail when building the tree, try again without -V.

svn path=/trunk/; revision=46080
This commit is contained in:
Jeff Morriss 2012-11-19 00:04:08 +00:00
parent f4c90e138d
commit 2e487add27
1 changed files with 7 additions and 1 deletions

View File

@ -94,4 +94,10 @@ export MallocBadFreeAbort=1
# Call abort() on dissector bugs to make it easier to get a stack trace
export WIRESHARK_ABORT_ON_DISSECTOR_BUG=
$BIN_DIR/tshark -nVxr $1 > /dev/null
if $BIN_DIR/tshark -nVxr $1 > /dev/null
then
echo
echo "* * Trying again without building tree * *"
echo
$BIN_DIR/tshark -nr $1 > /dev/null
fi