aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sscop.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Switched from calling dissect_data to using call_dissectorEd Warnicke2001-11-251-2/+4
* Call the Q.2931 dissector through a handle.Guy Harris2001-05-271-10/+20
* Call the SSCOP dissector through a handle. That lets us get rid of theGuy Harris2001-05-271-6/+3
* 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