aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q2931.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-08Get rid of "q2931_cause_coding_standard_vals[]" - it's a duplicate ofGuy Harris1-11/+40
2002-11-10Display the call reference flag, and don't include that bit in the callGuy Harris1-3/+16
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-28Add an item from UNI 3.0.Guy Harris1-2/+3
2002-05-28Streaming mode is 0x02, not 0x00.Guy Harris1-2/+2
2002-05-24Add the UNI 3.0 mode identifier AAL parameter.Guy Harris1-1/+19
2002-05-01Add a check for a zero-length IE to "dissect_q2931_shift_ie()".Guy Harris1-1/+3
2002-04-14From Joerg Mayer:Guy Harris1-4/+4
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-5/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-9/+9
2001-05-27The Q.2931 dissector is only called through a handle, so it doesn't needGuy Harris1-5/+1
2001-05-27Call the Q.2931 dissector through a handle.Guy Harris1-3/+5
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-1/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-10/+10
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-10/+10
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-321/+311
2000-05-11Add tvbuff class.Gilbert Ramirez1-117/+117
2000-01-13Add the NLPID value for PPP.Guy Harris1-11/+4
1999-12-29Put a list of known OUIs in "oui.h", along with a declaration ofGuy Harris1-5/+29
1999-11-27Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" andGuy Harris1-60/+4
1999-11-27Minor bug fix.Guy Harris1-2/+2
1999-11-25Add a pile of stuff from the UNI 3.1 and UNI 4.0 specs.Guy Harris1-230/+631
1999-11-25Fixes to Q.931 dissector, and additions from a recent copy of Q.931.Guy Harris1-10/+1499
1999-11-19Beginnings of Q.2931 support.Guy Harris1-0/+291