aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isl.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-08The InterSwitch Link Frame Format document on the Cisco site moved.guy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-10/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-11-25Moved from using dissect_data to using call_dissector()hagbard1-2/+4
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"guy1-12/+1
2001-11-20Make the capture routines take an additional argument giving the amountguy1-7/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-19/+19
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;guy1-3/+3
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setguy1-5/+1
2001-01-21Always call the Ethernet and Token Ring dissectors through a dissectorguy1-3/+16
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-29When creating a subset tvbuff with lengths that don't run to the end ofguy1-4/+17
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.guy1-60/+87
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-3/+3
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to usegram1-4/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-20/+20
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.gram1-3/+5
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'gram1-2/+2
2000-05-15Convert token-ring dissector to use tvbuffs.gram1-2/+4
2000-05-11Add tvbuff class.gram1-24/+24
2000-03-20Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchinggram1-1/+7
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-3/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+3
2000-01-24The CRC is at the end of the frame, not at the end of the captured dataguy1-3/+3
2000-01-24Add the CRC of the encapsulated frame to the ISL dissection.guy1-2/+11
2000-01-24Add an INFO column with the VLAN ID.guy1-40/+40
2000-01-24Add support for Cisco ISL.guy1-0/+287