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