aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-6/+6
* Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris1999-09-261-54/+13
* Make Information Frame honor is_extended variable when reading Control.Gilbert Ramirez1999-09-261-2/+5
* No, 0xCC is SNRME. (I *told* you I hated reversing bit strings....)Guy Harris1999-08-271-2/+1
* TEST is 0xE0, not 0xC0; 0xC0 is SNRME. (I hate having to reverse bitGuy Harris1999-08-271-2/+4
* Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aGuy Harris1999-08-231-15/+44
* The only LLC frame types that should be dissected based on their SAP or,Guy Harris1999-08-231-27/+49
* Get rid of the comments saying "make ["decode_numeric_bitfield()"] shiftGuy Harris1999-08-161-7/+1
* Patch from Olivier Abad to make it correctly display non-extendedGuy Harris1999-08-051-3/+5
* Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1999-08-041-0/+402