aboutsummaryrefslogtreecommitdiffstats
path: root/packet-irc.c
AgeCommit message (Collapse)AuthorFilesLines
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-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
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=1437
1999-12-07Fixes to highlighting for irc dissector req/resp linesNathan Neulinger1-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
1999-12-06added simple irc dissectorNathan Neulinger1-0/+156
svn path=/trunk/; revision=1232