aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sap.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-19Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffificationguy1-5/+7
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherguy1-3/+9
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-44/+85
2000-10-17The Session Announcement Protocol version 2 is now RFC 2974. Sincegram1-11/+7
2000-08-25Fix comment.deniel1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-14/+14
2000-05-11Add tvbuff class.gram1-23/+23
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-2/+11
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-2/+2
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-11-22Added Heikki Vatiainen's patch to "quiet down" the SAP info column.gram1-4/+3
1999-11-17Print unsigned quantities with "%u", not "%d".guy1-9/+9
1999-11-17Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.guy1-0/+319