aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.c
Commit message (Expand)AuthorAgeFilesLines
* From Jan Kiszka: compress the summary line display.Guy Harris2004-01-201-8/+9
* Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris2004-01-181-4/+10
* Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris2004-01-031-176/+126
* Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris2003-09-021-8/+23
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2
* From Joerg Mayer: get rid of unused function arguments.Guy Harris2002-03-311-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+8
* Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez2000-05-311-37/+37
* Add tvbuff class.Gilbert Ramirez2000-05-111-24/+24
* Fix some errors discovered by making GCC do format string/argumentGuy Harris2000-03-141-5/+5
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-5/+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-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