aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-17Neaten up the display of the top-level protocol tree item for a numberguy1-2/+2
2004-03-25From Tomas Kukosa: put the number string for a number IE into theguy1-1/+3
2004-03-18From Tomas Kukosa:guy1-16/+34
2004-03-06From Anders Broman:guy1-22/+50
2004-02-21Fix a typo.guy1-3/+3
2004-02-20Squelch some compiler warnings.guy1-34/+25
2004-02-20From Tomas Kukosa: reassemble segmented Q.931 messages.guy1-4/+160
2004-02-18From Tomas Kukosa:guy1-31/+41
2004-02-18Newlines don't belong in format strings for the "proto_tree_add"guy1-7/+7
2004-02-18From Rolf Fiedler: German ISDN carriers don't supply the seconds in theguy1-12/+17
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themguy1-1/+7
2004-01-16From Tomas Kukosa: there are 3, not 4, bits of codeset in an IE.guy1-28/+3
2004-01-15From Anders Broman: dissect access transport, user teleservice info,guy1-17/+26
2003-11-10The Q.931 dissector never checked whether the codeset variable was set to a r...sahlberg1-2/+28
2003-11-03Fro Anders Broman: fix the meaning of the extension bit, and add someguy1-79/+76
2003-10-30From Anders Broman:guy1-28/+45
2003-09-21Remove a bunch of duplicate semicolons.gerald1-2/+2
2003-09-03Fix the bit mask for the parity level 1 information.guy1-2/+2
2003-08-05Fix up white space.guy1-13/+18
2003-08-05From Tomas Kukosa:guy1-63/+150
2003-07-08Put in stuff to dissect the body of a cause IE, just as the Q.2931guy1-92/+232
2003-06-25As per the previous checkin, 0x08 bit means a *non*-locking shift, not aguy1-3/+3
2003-06-24From Tomas Kukosa:guy1-58/+60
2003-04-14From Anders Broman: dissect user-to-user IEs in ISUP messages as Q.931guy1-2/+2
2003-03-12From Anders Broman: fix the names of some fields.guy1-4/+3
2003-02-28"packet-isup.c" doesn't appear to need to include "packet-ip.h", soguy1-5/+6
2003-02-28From Anders Broman: make the cause value, and various phone numbers,guy1-14/+55
2002-11-09Display the call reference flag, and don't include that bit in the callguy1-4/+18
2002-09-28From Tomas Kukosa:gerald1-1/+3
2002-09-17From Andreas Sikkema: add the connected number information element.guy1-1/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-16/+16
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-05-14From Kan Sasaki: added some VSAs from the FreeRadius dictionary filesguy1-3/+3
2002-05-13Have "is_tpkt()" take a minimum-payload-length argument and checkguy1-15/+13
2002-03-25From Andreas Sikkema: put the H.225 stuff at the top level of theguy1-2/+2
2002-03-05There's just a single H.225 dissector, for both Call Signaling andguy1-9/+11
2002-02-23In the Q.931-over-TPKT-over-TCP dissector, if the TCP segment we'reguy1-2/+9
2002-02-23"is_tpkt()" is always used to check a TCP segment to see if it mightguy1-7/+17
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTguy1-24/+29
2002-02-12Have a Q.931-over-TPKT TCP heuristic dissector.guy1-277/+274
2002-02-02Clean up the heuristic code in the Q.931 dissector. If it's a heuristicguy1-70/+38
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-4/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-3/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-5/+5
2001-05-27Call the Q.931 dissector through a handle.guy1-4/+4
2001-03-30Q.931 protocol discriminators aren't, at least as I read Q.931, the sameguy1-32/+24
2001-03-28Handle, in the Q.931 heuristic dissector, the case where TPKT isn'tguy1-1/+7