aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
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