diff options
author | Gerald Combs <gerald@wireshark.org> | 2006-05-31 19:12:15 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2006-05-31 19:12:15 +0000 |
commit | eb71f7fb96f883b748536eecde9f6f49eedbcfee (patch) | |
tree | e686fde4e5609ee0ed12778fccbded159b386785 /doc/eproto2sgml | |
parent | 2fd928645b5aa69feb967d00f8604b98ed0dc237 (diff) | |
download | wireshark-eb71f7fb96f883b748536eecde9f6f49eedbcfee.tar.gz wireshark-eb71f7fb96f883b748536eecde9f6f49eedbcfee.tar.bz2 wireshark-eb71f7fb96f883b748536eecde9f6f49eedbcfee.zip |
Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org
mailing lists and addresses
ETHEREAL -> WIRESHARK
Man pages
Automake/Autoconf names
svn path=/trunk/; revision=18271
Diffstat (limited to 'doc/eproto2sgml')
-rw-r--r-- | doc/eproto2sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/eproto2sgml b/doc/eproto2sgml index 0c25a757b4..c8c832fa83 100644 --- a/doc/eproto2sgml +++ b/doc/eproto2sgml @@ -1,9 +1,9 @@ #!/usr/bin/perl # -# Reads the display filter keyword dump produced by 'ethereal -G' and +# Reads the display filter keyword dump produced by 'wireshark -G' and # formats it as an SGML bulleted list of protocols. # -# STDIN is the ethereal glossary +# STDIN is the wireshark glossary # arg1 is the pod template file. The =insert_dfilter_table token # will be replaced by the pod-formatted glossary # STDOUT is the output @@ -53,7 +53,7 @@ close(TEMPLATE) || die "Can't close $template: $!\n"; sub create_dfilter_table { - print "<itemizedlist id=\"EtherealListOfProtos\">\n"; + print "<itemizedlist id=\"WiresharkListOfProtos\">\n"; # Print each protocol for $proto_name (sort keys %proto_abbrev) { |