aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-37/+37
2000-05-11Add tvbuff class.Gilbert Ramirez1-24/+24
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris1-5/+5
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-5/+5
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-6/+6
1999-09-26Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris1-54/+13
1999-09-26Make Information Frame honor is_extended variable when reading Control.Gilbert Ramirez1-2/+5
1999-08-27No, 0xCC is SNRME. (I *told* you I hated reversing bit strings....)Guy Harris1-2/+1
1999-08-27TEST is 0xE0, not 0xC0; 0xC0 is SNRME. (I hate having to reverse bitGuy Harris1-2/+4
1999-08-23Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aGuy Harris1-15/+44
1999-08-23The only LLC frame types that should be dissected based on their SAP or,Guy Harris1-27/+49
1999-08-16Get rid of the comments saying "make ["decode_numeric_bitfield()"] shiftGuy Harris1-7/+1
1999-08-05Patch from Olivier Abad to make it correctly display non-extendedGuy Harris1-3/+5
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-0/+402