aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sscop.c
Commit message (Expand)AuthorAgeFilesLines
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-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 "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris2000-05-291-65/+68
* Add tvbuff class.Gilbert Ramirez2000-05-111-17/+17
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-3/+3
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* Some fixes.Guy Harris1999-11-231-16/+38
* Beginnings of Q.2931 support.Guy Harris1999-11-191-1/+10
* The only thing we shouldn't do if the "tree" argument is NULL is putGuy Harris1999-11-191-42/+46
* Add support for SSCOP protocol; dissect signalling AAL packets using it.Guy Harris1999-11-191-0/+286