aboutsummaryrefslogtreecommitdiffstats
path: root/packet-imap.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
| | | | svn path=/trunk/; revision=1437
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+8
| | | | | | | | | | | | | | | | | dynamically-assigned "ett_" integer values, assigned by "proto_register_subtree_array()"; this: obviates the need to update "packet.h" whenever you add a new subtree type - you only have to add a call to "proto_register_subtree_array()" to a "register" routine and an array of pointers to "ett_", if they're not already there, and add a pointer to the new "ett_" variable to the array, if they are there; would allow run-time-loaded dissectors to allocate subtree types when they're loaded. svn path=/trunk/; revision=1043
* Add display filters.Laurent Deniel1999-11-141-8/+20
| | | | svn path=/trunk/; revision=1028
* Added imap dissector, pretty much a simple translation of the popNathan Neulinger1999-11-101-0/+118
dissector. svn path=/trunk/; revision=995