aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.c
AgeCommit message (Expand)AuthorFilesLines
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