aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-23add an expansion to ethernet source and destination addressesRonnie Sahlberg1-11/+55
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-1/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2005-06-02add the resolved Ethernet addresses to the "Ethernet II" summary lineUlf Lamping1-2/+2
2005-05-05Squelch a compiler warning.Guy Harris1-1/+1
2005-04-17Add a tvb_ensure_bytes_exist(). Fixes bug 62.Gerald Combs1-0/+1
2005-04-11Major speed improvement for filtering and dissection.Ronnie Sahlberg1-8/+19
2005-01-01Get rid of some warnings about variables whose values might be lost in aGuy Harris1-1/+1
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-13/+19
2004-11-24Only interpret a frame as an FW1 header if it looks like one, as per aGuy Harris1-5/+8
2004-11-03Check for ISL frames before checking for ETHERTYPE_UNK, as ISL fieldsGuy Harris1-23/+29
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+471