aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-7/+5
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* "dissect_lapb()" is static to "packet-lapb.c", so it can't be directlyGuy Harris2000-12-291-2/+4
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-3/+8
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-7/+7
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez2000-05-311-5/+2
* Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad2000-05-281-2/+2
* Get rid of some now-unused variables.Guy Harris2000-05-261-3/+1
* Convert X.25 dissector to use tvbuffs.Olivier Abad2000-05-251-3/+2
* Removed : col_add_fstr(pinfo->fd, COL_RES_DL_SRC, "0x%02X", byte0);Olivier Abad2000-05-251-4/+1
* Convert LAPB dissector to use tvbuffs, and to get pseudo_header fromGilbert Ramirez2000-05-251-34/+50
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-2/+2
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-6/+8
* Add tvbuff class.Gilbert Ramirez2000-05-111-4/+4
* Changed the type of the lapb.control protocol field from FT_STRING toOlivier Abad2000-03-151-2/+2
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-6/+6
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* Change Olivier's e-mail address.Gilbert Ramirez1999-11-291-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-6/+14
* Add full name of LAPB to protocol label.Gilbert Ramirez1999-10-151-2/+2
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-3/+6
* Patch from Olivier Abad:Guy Harris1999-09-121-1/+11
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-201-4/+4
* Put in an RCS ID.Guy Harris1999-08-051-0/+2
* Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1999-08-041-378/+28
* Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretapGuy Harris1999-08-021-0/+453