aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapd.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-8/+8
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-8/+8
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-31/+30
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-4/+6
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-3/+5
2000-05-11Add tvbuff class.Gilbert Ramirez1-8/+8
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-24xDLC frames other than I and UI frames may have a payload, e.g. TESTGuy Harris1-3/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-12/+23
1999-11-11Add #defines for bits in the LAPD address field and for the LAPD SAPIGuy Harris1-16/+48
1999-11-11Add LAPD support.Gilbert Ramirez1-0/+154