aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sscop.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
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-5/+5
2001-11-25Switched from calling dissect_data to using call_dissectorhagbard1-2/+4
2001-05-27Call the Q.2931 dissector through a handle.guy1-10/+20
2001-05-27Call the SSCOP dissector through a handle. That lets us get rid of theguy1-6/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-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-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffguy1-65/+68
2000-05-11Add tvbuff class.gram1-17/+17
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-3/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+2
1999-11-23Some fixes.guy1-16/+38
1999-11-19Beginnings of Q.2931 support.guy1-1/+10
1999-11-19The only thing we shouldn't do if the "tree" argument is NULL is putguy1-42/+46
1999-11-19Add support for SSCOP protocol; dissect signalling AAL packets using it.guy1-0/+286