aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-18From Tomas Kukosa:Guy Harris1-31/+41
2004-02-18Newlines don't belong in format strings for the "proto_tree_add"Guy Harris1-7/+7
2004-02-18From Rolf Fiedler: German ISDN carriers don't supply the seconds in theGuy Harris1-12/+17
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themGuy Harris1-1/+7
2004-01-16From Tomas Kukosa: there are 3, not 4, bits of codeset in an IE.Guy Harris1-28/+3
2004-01-15From Anders Broman: dissect access transport, user teleservice info,Guy Harris1-17/+26
2003-11-10The Q.931 dissector never checked whether the codeset variable was set to a r...Ronnie Sahlberg1-2/+28
2003-11-03Fro Anders Broman: fix the meaning of the extension bit, and add someGuy Harris1-79/+76
2003-10-30From Anders Broman:Guy Harris1-28/+45
2003-09-21Remove a bunch of duplicate semicolons.Gerald Combs1-2/+2
2003-09-03Fix the bit mask for the parity level 1 information.Guy Harris1-2/+2
2003-08-05Fix up white space.Guy Harris1-13/+18
2003-08-05From Tomas Kukosa:Guy Harris1-63/+150
2003-07-08Put in stuff to dissect the body of a cause IE, just as the Q.2931Guy Harris1-92/+232
2003-06-25As per the previous checkin, 0x08 bit means a *non*-locking shift, not aGuy Harris1-3/+3
2003-06-24From Tomas Kukosa:Guy Harris1-58/+60
2003-04-14From Anders Broman: dissect user-to-user IEs in ISUP messages as Q.931Guy Harris1-2/+2
2003-03-12From Anders Broman: fix the names of some fields.Guy Harris1-4/+3
2003-02-28"packet-isup.c" doesn't appear to need to include "packet-ip.h", soGuy Harris1-5/+6
2003-02-28From Anders Broman: make the cause value, and various phone numbers,Guy Harris1-14/+55
2002-11-09Display the call reference flag, and don't include that bit in the callGuy Harris1-4/+18
2002-09-28From Tomas Kukosa:Gerald Combs1-1/+3
2002-09-17From Andreas Sikkema: add the connected number information element.Guy Harris1-1/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-16/+16
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