From 996d4db495e60df8a627097e3885acdce209132c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 28 May 2006 19:49:07 +0000 Subject: Ethereal->Wireshark svn path=/trunk/; revision=18234 --- tools/checkhf.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/checkhf.pl') diff --git a/tools/checkhf.pl b/tools/checkhf.pl index edb1442f7c..da169edbf9 100755 --- a/tools/checkhf.pl +++ b/tools/checkhf.pl @@ -36,7 +36,7 @@ my $debug = 0; # # Example: -# ~/work/ethereal/trunk/epan/dissectors> ../../tools/checkhf.pl packet-afs.c +# ~/work/wireshark/trunk/epan/dissectors> ../../tools/checkhf.pl packet-afs.c # Unused entry: packet-afs.c, hf_afs_ubik_voteend # Unused entry: packet-afs.c, hf_afs_ubik_errcode # Unused entry: packet-afs.c, hf_afs_ubik_votetype @@ -47,7 +47,7 @@ my $debug = 0; # NOTE: This tool currently generates false positives! # # The "NO ARRAY" messages - if accurate - point to an error that will -# cause (t)ethereal to terminate with an assertion when a packet containing +# 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: -- cgit v1.2.3