aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.h
Commit message (Expand)AuthorAgeFilesLines
* Move the xDLC helper routines into epan.Guy Harris2004-09-281-140/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris2004-01-181-2/+4
* Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris2004-01-031-11/+60
* Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris2003-09-021-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-2/+2
* From Joerg Mayer: get rid of unused function arguments.Guy Harris2002-03-311-2/+2
* 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