aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sscop.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-11-25Switched from calling dissect_data to using call_dissectorEd Warnicke1-2/+4
2001-05-27Call the Q.2931 dissector through a handle.Guy Harris1-10/+20
2001-05-27Call the SSCOP dissector through a handle. That lets us get rid of theGuy Harris1-6/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-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-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-65/+68
2000-05-11Add tvbuff class.Gilbert Ramirez1-17/+17
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-3/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
1999-11-23Some fixes.Guy Harris1-16/+38
1999-11-19Beginnings of Q.2931 support.Guy Harris1-1/+10
1999-11-19The only thing we shouldn't do if the "tree" argument is NULL is putGuy Harris1-42/+46
1999-11-19Add support for SSCOP protocol; dissect signalling AAL packets using it.Guy Harris1-0/+286