]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - scripts/calc-must-ids.sh
Detail client closures of CONNECT tunnels during TLS handshake (#691)
[thirdparty/squid.git] / scripts / calc-must-ids.sh
index 80dbf5a0a1ec0c3ab6b6e26071fa209a80eaa73e..c39558812c2e78f8ce7d7d349f0f10d9970a584d 100755 (executable)
@@ -23,7 +23,7 @@ if test -z "$1"; then
         xargs `dirname $0`/calc-must-ids.pl
 else
     find . -name "*.cc" -o -name "*.h" -o -name "*.cci" | \
-        xargs `dirname $0`/calc-must-ids.pl | grep ": $1 "
+        xargs `dirname $0`/calc-must-ids.pl | grep -Ei ": (0x)?$1 "
 fi