aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapd.c
Commit message (Expand)AuthorAgeFilesLines
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-8/+8
* Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez2000-05-311-31/+30
* Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris2000-05-291-4/+6
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-2/+2
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-3/+5
* Add tvbuff class.Gilbert Ramirez2000-05-111-8/+8
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* xDLC frames other than I and UI frames may have a payload, e.g. TESTGuy Harris2000-01-241-3/+4
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-12/+23
* Add #defines for bits in the LAPD address field and for the LAPD SAPIGuy Harris1999-11-111-16/+48
* Add LAPD support.Gilbert Ramirez1999-11-111-0/+154