aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.h
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous code cleaningLaurent Deniel2000-08-111-1/+6
* Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez2000-05-311-2/+2
* xDLC frames other than I and UI frames may have a payload, e.g. TESTGuy Harris2000-01-241-4/+5
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+3
* "XDLC_CONTROL_LEN()" actually returned the length of the entire xDLCGuy Harris1999-11-111-3/+3
* Changed the macro XDLC_HAS_PAYLOAD(control) to look at only the firstGilbert Ramirez1999-10-101-2/+2
* Replace the parens around 'control' in the two macros that I modified. IGilbert Ramirez1999-09-271-3/+3
* When checking whether a control field is for a UI frame, you have toGuy Harris1999-09-271-2/+2
* Mask out unnecessary bits in control guint16 in order to properlyGilbert Ramirez1999-09-271-3/+3
* Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris1999-09-261-1/+44
* Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aGuy Harris1999-08-231-26/+1
* The only LLC frame types that should be dissected based on their SAP or,Guy Harris1999-08-231-1/+29
* Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1999-08-041-0/+36