foo="\windows\style\pathname"; printf "$foo" isn't going to work too well in the general case ...

svn path=/trunk/; revision=36479
This commit is contained in:
Bill Meier 2011-04-05 19:21:16 +00:00
parent 84837d8fcd
commit 4f462b3d09
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ for CF in "$@" ; do
continue
fi
printf "$CF "
printf "%s: " "$CF"
# Extract the protocol names.
$TSHARK -T fields -eframe.protocols -nr "$CF" 2>/dev/null | tr ':\r' '\n' \