aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-9/+8
2001-11-20Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris1-5/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-25/+3
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-7/+7
2001-06-29Update Gerald's e-mail address.Guy Harris1-3/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-7/+7
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-3/+1
2001-04-03An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,Guy Harris1-1/+7
2001-03-22Show "IEEE 802.3" as "IEEE 802.3 Ethernet" so as not to confuseGilbert Ramirez1-3/+3
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-02-08Pull a lot of common code for handling 802.3 frames (i.e., frames with aGuy Harris1-80/+23
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris1-4/+1
2001-01-21Always call the Ethernet and Token Ring dissectors through a dissectorGuy Harris1-2/+2
2001-01-18Make sure "fh_tree" is always set in "dissect_eth()" before passing itGuy Harris1-2/+2
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris1-92/+69
2001-01-09Register the IPX dissector, make it static, and call it through aGuy Harris1-3/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+4
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-5/+7
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris1-3/+13
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-1/+7
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris1-1/+3
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-30/+45
2000-11-13If either of the "tvb_new_subset()" calls throws an exception, it meansGuy Harris1-1/+19
2000-11-13"It's pronounced 'volatile pointer to tvbuff_t' but it's spelledGuy Harris1-12/+7
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-7/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-11/+11
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris1-1/+2
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-2/+2
2000-05-17Add "eth.trailer" and show ethernet trailer if it exists.Gilbert Ramirez1-10/+31
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez1-46/+55
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-5/+5
2000-05-15Convert token-ring dissector to use tvbuffs.Gilbert Ramirez1-37/+50
2000-05-12If ethernet header has 'length', create tvbuff of only that lengthGilbert Ramirez1-2/+12
2000-05-11Convert LLC dissector to use tvbuffs.Gilbert Ramirez1-2/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-12/+12
2000-05-05Add routines to:Guy Harris1-1/+4
2000-03-20Added Jeff Foster's patch to add an eth.addr field.Gilbert Ramirez1-2/+15
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-5/+5
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+4
2000-01-24Add support for Cisco ISL.Guy Harris1-1/+21
2000-01-24When computing the total frame length of an 802.3 frame, add to theGuy Harris1-8/+11
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-28/+39
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez1-2/+2
1999-11-20The code for Ethernet II was using proto_tree_add_item_format() evenGilbert Ramirez1-8/+3