aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sap.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffificationGuy Harris1-5/+7
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-3/+9
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris1-44/+85
2000-10-17The Session Announcement Protocol version 2 is now RFC 2974. SinceGilbert Ramirez1-11/+7
2000-08-25Fix comment.Laurent Deniel1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-14/+14
2000-05-11Add tvbuff class.Gilbert Ramirez1-23/+23
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-2/+11
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-2/+2
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-22Added Heikki Vatiainen's patch to "quiet down" the SAP info column.Gilbert Ramirez1-4/+3
1999-11-17Print unsigned quantities with "%u", not "%d".Guy Harris1-9/+9
1999-11-17Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1-0/+319