diff --git a/tools/list_protos_in_cap.sh b/tools/list_protos_in_cap.sh index e831caeb77..609b56f412 100755 --- a/tools/list_protos_in_cap.sh +++ b/tools/list_protos_in_cap.sh @@ -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' \