aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-29Didier Gautheron:Anders Broman1-3/+7
2007-11-10Apply yet another set of the optimization patches:Anders Broman1-21/+36
2007-09-28queue the ip/eth headers for tapping before calling any subdissectors Ronnie Sahlberg1-7/+5
2007-09-25Highlight whole ethernet trailer in Packet Details View.Stig Bjørlykke1-1/+2
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11Stig Bjørlykke1-0/+1
2007-07-22register dissect_eth_maybefcs as "eth" users might find it useful.Luis Ontanon1-0/+1
2007-04-13Fix various warningsStephen Fisher1-1/+1
2007-01-20From Graeme Hewson:Jaap Keuter1-4/+4
2006-10-18Squelch compiler warningsJaap Keuter1-2/+2
2006-08-25remove the code that conditionally dissects LG only if IG is setRonnie Sahlberg1-16/+4
2006-08-25from Stephen FRonnie Sahlberg1-24/+36
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
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