aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-05-29 10:59:27 +0000
committerJörg Mayer <jmayer@loplof.de>2009-05-29 10:59:27 +0000
commite78edf4d28180563bca594f5ddee3cf25066ae1d (patch)
tree9528ea2399a3663a7f91444617d36f30e79279a2 /tools
parent18887f7b72ee2e4c38774a511b774a5d6e098072 (diff)
Small comment fixes
svn path=/trunk/; revision=28519
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkhf.pl11
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/checkhf.pl b/tools/checkhf.pl
index da169edbf9..0e66d16c98 100755
--- a/tools/checkhf.pl
+++ b/tools/checkhf.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
my $debug = 0;
# 0: off
@@ -46,12 +46,15 @@ my $debug = 0;
#
# NOTE: This tool currently generates false positives!
#
-# The "NO ARRAY" messages - if accurate - point to an error that will
-# cause (t)(wire)shark to terminate with an assertion when a packet containing
+# The "NO ARRAY" messages - if accurate - points to an error that will
+# cause (t|wire)shark to terminate with an assertion when a packet containing
# this particular element is being dissected.
#
-# The "Unused entry" message indicates the opposite:
+# The "Unused entry" message indicates the opposite: We define an entry but
+# never use it in a proto_...add... function.
+#
+use warnings;
use strict;
my $D;