aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isl.c
AgeCommit message (Expand)AuthorFilesLines
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