aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-14From Kan Sasaki: added some VSAs from the FreeRadius dictionary filesGuy Harris1-3/+3
2002-05-13Have "is_tpkt()" take a minimum-payload-length argument and checkGuy Harris1-15/+13
2002-03-25From Andreas Sikkema: put the H.225 stuff at the top level of theGuy Harris1-2/+2
2002-03-05There's just a single H.225 dissector, for both Call Signaling andGuy Harris1-9/+11
2002-02-23In the Q.931-over-TPKT-over-TCP dissector, if the TCP segment we'reGuy Harris1-2/+9
2002-02-23"is_tpkt()" is always used to check a TCP segment to see if it mightGuy Harris1-7/+17
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris1-24/+29
2002-02-12Have a Q.931-over-TPKT TCP heuristic dissector.Guy Harris1-277/+274
2002-02-02Clean up the heuristic code in the Q.931 dissector. If it's a heuristicGuy Harris1-70/+38
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-3/+3
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-4/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris1-3/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-5/+5
2001-05-27Call the Q.931 dissector through a handle.Guy Harris1-4/+4
2001-03-30Q.931 protocol discriminators aren't, at least as I read Q.931, the sameGuy Harris1-32/+24
2001-03-28Handle, in the Q.931 heuristic dissector, the case where TPKT isn'tGuy Harris1-1/+7
2001-03-28Support for TPKT being used for its original purpose (TCP port > 102,Guy Harris1-12/+16
2001-03-27Fix a comment.Guy Harris1-2/+2
2001-03-08Fixes to some typos, from Thomas Gimpel.Guy Harris1-10/+11
2001-02-11"Off-hoke"? What had I been smoking when I typed that?Guy Harris1-2/+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-11/+12
2000-10-19Note that we might not want the dissector for Q.931-inside-TPKT to beGuy Harris1-1/+10
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andGuy Harris1-60/+309
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-6/+6
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-303/+313
2000-05-11Add tvbuff class.Gilbert Ramirez1-132/+132
2000-01-13Add the NLPID value for PPP.Guy Harris1-8/+3
1999-12-14Patches from Bert Driehuis to:Guy Harris1-3/+3
1999-11-25Minor bug fix.Guy Harris1-2/+2
1999-11-25Small bug fix.Guy Harris1-1/+3
1999-11-25Fixes to Q.931 dissector, and additions from a recent copy of Q.931.Guy Harris1-63/+174
1999-11-19There are no protocols under Q.931, so mark everything up to the end ofGuy Harris1-2/+3
1999-11-19Fix a typo.Guy Harris1-3/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-8/+16
1999-11-13Dissect a whole pile of Q.931 information elements.Guy Harris1-137/+1850
1999-11-13A few cause codes more (cue Ennio Morricone).Guy Harris1-2/+6
1999-11-13Add initial support for decoding information elements.Guy Harris1-1/+355
1999-11-11Support all lengths of call reference value (1 to 15 octets).Guy Harris1-27/+10
1999-11-11Add #defines for bits in the LAPD address field and for the LAPD SAPIGuy Harris1-0/+207