aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapb.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-2/+3
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris1-2/+59
2003-09-26The LAPB dissector can be called from the Ethernet dissector; don'tGuy Harris1-14/+59
2003-09-02Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris1-2/+2
2002-09-01Update my email.Olivier Abad1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris1-7/+6
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-15/+15
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-3/+3
2001-02-12If you register more than one field with the same name, the dfilter codeGuy Harris1-3/+9
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-7/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-29"dissect_lapb()" is static to "packet-lapb.c", so it can't be directlyGuy Harris1-2/+4
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-3/+8
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-7/+7
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-5/+2
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad1-2/+2
2000-05-26Get rid of some now-unused variables.Guy Harris1-3/+1
2000-05-25Convert X.25 dissector to use tvbuffs.Olivier Abad1-3/+2
2000-05-25Removed : col_add_fstr(pinfo->fd, COL_RES_DL_SRC, "0x%02X", byte0);Olivier Abad1-4/+1
2000-05-25Convert LAPB dissector to use tvbuffs, and to get pseudo_header fromGilbert Ramirez1-34/+50
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-6/+8
2000-05-11Add tvbuff class.Gilbert Ramirez1-4/+4
2000-03-15Changed the type of the lapb.control protocol field from FT_STRING toOlivier Abad1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-6/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
1999-11-29Change Olivier's e-mail address.Gilbert Ramirez1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-6/+14
1999-10-15Add full name of LAPB to protocol label.Gilbert Ramirez1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-3/+6
1999-09-12Patch from Olivier Abad:Guy Harris1-1/+11
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-4/+4
1999-08-05Put in an RCS ID.Guy Harris1-0/+2
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-378/+28
1999-08-02Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretapGuy Harris1-0/+453