aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mapi.c
AgeCommit message (Collapse)AuthorFilesLines
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-3/+11
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-11-21Add display filters.Laurent Deniel1-1/+20
svn path=/trunk/; revision=1081
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-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
1999-11-11added minimalist MAPI dissector - only determines request/replyNathan Neulinger1-0/+83
svn path=/trunk/; revision=1017