aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-22register dissect_eth_maybefcs as "eth" users might find it useful.lego1-0/+1
2007-04-13Fix various warningssfisher1-1/+1
2007-01-20From Graeme Hewson:jake1-4/+4
2006-10-18Squelch compiler warningsjake1-2/+2
2006-08-25remove the code that conditionally dissects LG only if IG is setsahlberg1-16/+4
2006-08-25from Stephen Fsahlberg1-24/+36
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-02-23add an expansion to ethernet source and destination addressessahlberg1-11/+55
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-1/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-2/+2
2005-06-02add the resolved Ethernet addresses to the "Ethernet II" summary lineulfl1-2/+2
2005-05-05Squelch a compiler warning.guy1-1/+1
2005-04-17Add a tvb_ensure_bytes_exist(). Fixes bug 62.gerald1-0/+1
2005-04-11Major speed improvement for filtering and dissection.sahlberg1-8/+19
2005-01-01Get rid of some warnings about variables whose values might be lost in aguy1-1/+1
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedguy1-13/+19
2004-11-24Only interpret a frame as an FW1 header if it looks like one, as per aguy1-5/+8
2004-11-03Check for ISL frames before checking for ETHERTYPE_UNK, as ISL fieldsguy1-23/+29
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+471