aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.c
Commit message (Expand)AuthorAgeFilesLines
* 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