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