aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q2931.c
Commit message (Expand)AuthorAgeFilesLines
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-1/+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-10/+10
* 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-10/+10
* Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris2000-05-291-321/+311
* Add tvbuff class.Gilbert Ramirez2000-05-111-117/+117
* Add the NLPID value for PPP.Guy Harris2000-01-131-11/+4
* Put a list of known OUIs in "oui.h", along with a declaration ofGuy Harris1999-12-291-5/+29
* Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" andGuy Harris1999-11-271-60/+4
* Minor bug fix.Guy Harris1999-11-271-2/+2
* Add a pile of stuff from the UNI 3.1 and UNI 4.0 specs.Guy Harris1999-11-251-230/+631
* Fixes to Q.931 dissector, and additions from a recent copy of Q.931.Guy Harris1999-11-251-10/+1499
* Beginnings of Q.2931 support.Guy Harris1999-11-191-0/+291