aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.h
AgeCommit message (Expand)AuthorFilesLines
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+6
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-2/+2
2000-01-24xDLC frames other than I and UI frames may have a payload, e.g. TESTGuy Harris1-4/+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-2/+3
1999-11-11"XDLC_CONTROL_LEN()" actually returned the length of the entire xDLCGuy Harris1-3/+3
1999-10-10Changed the macro XDLC_HAS_PAYLOAD(control) to look at only the firstGilbert Ramirez1-2/+2
1999-09-27Replace the parens around 'control' in the two macros that I modified. IGilbert Ramirez1-3/+3
1999-09-27When checking whether a control field is for a UI frame, you have toGuy Harris1-2/+2
1999-09-27Mask out unnecessary bits in control guint16 in order to properlyGilbert Ramirez1-3/+3
1999-09-26Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris1-1/+44
1999-08-23Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aGuy Harris1-26/+1
1999-08-23The only LLC frame types that should be dissected based on their SAP or,Guy Harris1-1/+29
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-0/+36