aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sscop.c
AgeCommit message (Expand)AuthorFilesLines
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