aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isl.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke1-2/+4
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-12/+1
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-7/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-19/+19
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris1-3/+3
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris1-5/+1
2001-01-21Always call the Ethernet and Token Ring dissectors through a dissectorGuy Harris1-3/+16
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-29When creating a subset tvbuff with lengths that don't run to the end ofGuy Harris1-4/+17
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris1-60/+87
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-4/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-20/+20
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez1-3/+5
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-2/+2
2000-05-15Convert token-ring dissector to use tvbuffs.Gilbert Ramirez1-2/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-24/+24
2000-03-20Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchingGilbert Ramirez1-1/+7
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-3/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
2000-01-24The CRC is at the end of the frame, not at the end of the captured dataGuy Harris1-3/+3
2000-01-24Add the CRC of the encapsulated frame to the ISL dissection.Guy Harris1-2/+11
2000-01-24Add an INFO column with the VLAN ID.Guy Harris1-40/+40
2000-01-24Add support for Cisco ISL.Guy Harris1-0/+287