aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-10If we know there is a FCS present, don't hand it to the ethernet trailer diss...Sake Blok1-21/+36
2011-12-10Clarify some stuff in a comment.Guy Harris1-12/+16
2011-12-06- Make a distinction between ethernet padding and an ethernet trailerSake Blok1-11/+52
2011-11-02From Andrew Kampjes via bug 6536:Stig Bjørlykke1-9/+66
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-12/+12
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-09-25Do some cleanup related to the reversion of SVN #34848 donr in SVN #39100.Bill Meier1-28/+3
2011-09-23Uh, "Fix the fix (in SVN #39105)" so it compiles. Bill Meier1-1/+1
2011-09-23Correction for SVN #39100:"Revert Revision 34838";Bill Meier1-2/+2
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...Anders Broman1-88/+2
2011-09-13Always pass the FCS length to dissect_802_3() and ethertype(), so itGuy Harris1-2/+2
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-06-29Although technically not needed, for clarity, explicity catch invalid Etherne...Chris Maynard1-2/+1
2011-06-29Based on Guy's suggestion from the user mailing list, dissect Ethernet frames...Chris Maynard1-295/+348
2011-05-10Add support for USB CDC Ethernet. Resolves bug 4819.Chris Maynard1-0/+2
2011-02-04Fix for bug 5645 : Ethernet packets with both VLAN tag and LLC header no long...Sake Blok1-2/+23
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-11-20Fix for bug 5422:Jaap Keuter1-0/+3
2010-11-10Resolve bug #2254: Migrate the 802.1q VLAN dissector into the Ethernet II.Stephen Fisher1-5/+96
2010-10-17Add expert info if the eth src mac has the I/G bit setJörg Mayer1-0/+5
2010-08-27Allow Dissect As... to select the Ethernet-without-FCS dissector for aGuy Harris1-0/+7
2010-06-19Use top level tree when using dissectors from "eth.trailer" heuristics.Stig Bjørlykke1-2/+2
2010-04-25Slightly reword the preference text about CCSDS packets.Bill Meier1-3/+4
2009-08-07From Matt P via bug 3774:Gerald Combs1-14/+30
2009-07-22Get rid of check_col() in some of the more frequently used dissectors.Anders Broman1-7/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-20Add a preference to force the dissector to assume that packets have anGuy Harris1-2/+14
2009-01-18From Matt P:Jaap Keuter1-8/+75
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-2/+1
2008-07-12Clean up indentation.Guy Harris1-1/+1
2007-12-16Big 2104 - From Benn Bollay:Sake Blok1-2/+10
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