aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sap.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intotpot1-6/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-5/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-13/+13
2001-04-23Get rid of some unnecessary includes.guy1-2/+2
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.guy1-2/+3
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-8/+6
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
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