aboutsummaryrefslogtreecommitdiffstats
path: root/packet-v120.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-4/+4
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* 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
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris2000-08-061-2/+2
* Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez2000-05-311-64/+75
* 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-5/+7
* Add tvbuff class.Gilbert Ramirez2000-05-111-18/+18
* Change the type of the "v120.control" protocol field from FT_STRING toGuy Harris2000-03-171-14/+21
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-6/+6
* Updates from Bert Driehuis.Guy Harris1999-12-141-12/+70
* Set "v120len" regardless of whether "tree" is null or not; we use itGuy Harris1999-12-121-5/+5
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1999-12-121-0/+153