From 19ffe7eb4ca47c378ff1df0df3e5025df6d14f35 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 10 Feb 2013 18:40:54 +0000 Subject: Update a comment; tweak a RegEx. svn path=/trunk/; revision=47612 --- tools/checkhf.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tools/checkhf.pl') diff --git a/tools/checkhf.pl b/tools/checkhf.pl index bb12e8f463..5de607cfe3 100755 --- a/tools/checkhf.pl +++ b/tools/checkhf.pl @@ -54,11 +54,11 @@ ## NOTE: This tool currently generates false positives! ## ## 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 +## cause (t|wire)shark to report a DISSECTOR_BUG when a packet containing ## this particular element is being dissected. ## ## The "Unused entry" message indicates the opposite: We define an entry but -## never use it in a proto_...add... function. +## never use it (e.g., in a proto_...add... function). ## ------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------ @@ -372,8 +372,7 @@ sub find_remove_hf_defs { my $p1_regex = qr{ ^ \s* - (static)? - \s+ + (static \s+)? g?int \s+ (hf_[a-zA-Z0-9_]+) # hf_.. -- cgit v1.2.1