aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sap.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-13/+13
* Get rid of some unnecessary includes.Guy Harris2001-04-231-2/+2
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-2/+3
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-8/+6
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffificationGuy Harris2000-11-191-5/+7
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-3/+9
* Tvbuffify the SAP and SDP dissectors.Guy Harris2000-11-101-44/+85
* The Session Announcement Protocol version 2 is now RFC 2974. SinceGilbert Ramirez2000-10-171-11/+7
* Fix comment.Laurent Deniel2000-08-251-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-14/+14
* Add tvbuff class.Gilbert Ramirez2000-05-111-23/+23
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+11
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-2/+2
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Added Heikki Vatiainen's patch to "quiet down" the SAP info column.Gilbert Ramirez1999-11-221-4/+3
* Print unsigned quantities with "%u", not "%d".Guy Harris1999-11-171-9/+9
* Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1999-11-171-0/+319