aboutsummaryrefslogtreecommitdiffstats
path: root/packet-irc.c
Commit message (Collapse)AuthorAgeFilesLines
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-4/+16
| | | | | | | | | | | | | | UDP and into the handoff registration routines for the protocols in question. Make the dissectors for those protocols static if they're not called outside the dissector's source file. Get rid of header files if all they did was declare dissectors that are now static; remove declarations of now-static dissectors from header files that do more than just declare the dissector. svn path=/trunk/; revision=1823
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
| | | | svn path=/trunk/; revision=1437
* Fixes to highlighting for irc dissector req/resp linesNathan Neulinger1999-12-071-9/+11
| | | | | | | | Change to dns dissector to display "Domain Name System (request)" instead of "DNS request" in the proto tree, as it is more in keeping with the style of the other proto tree entries. svn path=/trunk/; revision=1233
* added simple irc dissectorNathan Neulinger1999-12-061-0/+156
svn path=/trunk/; revision=1232