aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-28Support for TPKT being used for its original purpose (TCP port > 102,guy1-12/+16
2001-03-27Fix a comment.guy1-2/+2
2001-03-08Fixes to some typos, from Thomas Gimpel.guy1-10/+11
2001-02-11"Off-hoke"? What had I been smoking when I typed that?guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-11/+12
2000-10-19Note that we might not want the dissector for Q.931-inside-TPKT to beguy1-1/+10
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andguy1-60/+309
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-6/+6
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffguy1-303/+313
2000-05-11Add tvbuff class.gram1-132/+132
2000-01-13Add the NLPID value for PPP.guy1-8/+3
1999-12-14Patches from Bert Driehuis to:guy1-3/+3
1999-11-25Minor bug fix.guy1-2/+2
1999-11-25Small bug fix.guy1-1/+3
1999-11-25Fixes to Q.931 dissector, and additions from a recent copy of Q.931.guy1-63/+174
1999-11-19There are no protocols under Q.931, so mark everything up to the end ofguy1-2/+3
1999-11-19Fix a typo.guy1-3/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-8/+16
1999-11-13Dissect a whole pile of Q.931 information elements.guy1-137/+1850
1999-11-13A few cause codes more (cue Ennio Morricone).guy1-2/+6
1999-11-13Add initial support for decoding information elements.guy1-1/+355
1999-11-11Support all lengths of call reference value (1 to 15 octets).guy1-27/+10
1999-11-11Add #defines for bits in the LAPD address field and for the LAPD SAPIguy1-0/+207