aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isl.c
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+7
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-251-2/+4
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-12/+1
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-7/+6
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-19/+19
* FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris2001-04-191-3/+3
* Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris2001-01-211-5/+1
* Always call the Ethernet and Token Ring dissectors through a dissectorGuy Harris2001-01-211-3/+16
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* When creating a subset tvbuff with lengths that don't run to the end ofGuy Harris2000-12-291-4/+17
* Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris2000-12-281-60/+87
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* 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-3/+3
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-4/+4
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-20/+20
* Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez2000-05-161-3/+5
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-2/+2
* Convert token-ring dissector to use tvbuffs.Gilbert Ramirez2000-05-151-2/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-24/+24
* Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchingGilbert Ramirez2000-03-201-1/+7
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-3/+3
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+3
* The CRC is at the end of the frame, not at the end of the captured dataGuy Harris2000-01-241-3/+3
* Add the CRC of the encapsulated frame to the ISL dissection.Guy Harris2000-01-241-2/+11
* Add an INFO column with the VLAN ID.Guy Harris2000-01-241-40/+40
* Add support for Cisco ISL.Guy Harris2000-01-241-0/+287