aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q2931.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of "q2931_cause_coding_standard_vals[]" - it's a duplicate ofGuy Harris2003-07-081-11/+40
* Display the call reference flag, and don't include that bit in the callGuy Harris2002-11-101-3/+16
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-7/+7
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Add an item from UNI 3.0.Guy Harris2002-05-281-2/+3
* Streaming mode is 0x02, not 0x00.Guy Harris2002-05-281-2/+2
* Add the UNI 3.0 mode identifier AAL parameter.Guy Harris2002-05-241-1/+19
* Add a check for a zero-length IE to "dissect_q2931_shift_ie()".Guy Harris2002-05-011-1/+3
* From Joerg Mayer:Guy Harris2002-04-141-4/+4
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* 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
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-5/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-9/+9
* The Q.2931 dissector is only called through a handle, so it doesn't needGuy Harris2001-05-271-5/+1
* Call the Q.2931 dissector through a handle.Guy Harris2001-05-271-3/+5
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-1/+2
* 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
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-10/+10
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-10/+10
* Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris2000-05-291-321/+311
* Add tvbuff class.Gilbert Ramirez2000-05-111-117/+117
* Add the NLPID value for PPP.Guy Harris2000-01-131-11/+4
* Put a list of known OUIs in "oui.h", along with a declaration ofGuy Harris1999-12-291-5/+29
* Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" andGuy Harris1999-11-271-60/+4
* Minor bug fix.Guy Harris1999-11-271-2/+2
* Add a pile of stuff from the UNI 3.1 and UNI 4.0 specs.Guy Harris1999-11-251-230/+631
* Fixes to Q.931 dissector, and additions from a recent copy of Q.931.Guy Harris1999-11-251-10/+1499
* Beginnings of Q.2931 support.Guy Harris1999-11-191-0/+291