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...sake1-21/+36
2011-12-10Clarify some stuff in a comment.guy1-12/+16
2011-12-06- Make a distinction between ethernet padding and an ethernet trailersake1-11/+52
2011-11-02From Andrew Kampjes via bug 6536:stig1-9/+66
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-12/+12
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-1/+1
2011-09-25Do some cleanup related to the reversion of SVN #34848 donr in SVN #39100.wmeier1-28/+3
2011-09-23Uh, "Fix the fix (in SVN #39105)" so it compiles. wmeier1-1/+1
2011-09-23Correction for SVN #39100:"Revert Revision 34838";wmeier1-2/+2
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...etxrab1-88/+2
2011-09-13Always pass the FCS length to dissect_802_3() and ethertype(), so itguy1-2/+2
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-06-29Although technically not needed, for clarity, explicity catch invalid Etherne...cmaynard1-2/+1
2011-06-29Based on Guy's suggestion from the user mailing list, dissect Ethernet frames...cmaynard1-295/+348
2011-05-10Add support for USB CDC Ethernet. Resolves bug 4819.cmaynard1-0/+2
2011-02-04Fix for bug 5645 : Ethernet packets with both VLAN tag and LLC header no long...sake1-2/+23
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-11-20Fix for bug 5422:jake1-0/+3
2010-11-10Resolve bug #2254: Migrate the 802.1q VLAN dissector into the Ethernet II.sfisher1-5/+96
2010-10-17Add expert info if the eth src mac has the I/G bit setjmayer1-0/+5
2010-08-27Allow Dissect As... to select the Ethernet-without-FCS dissector for aguy1-0/+7
2010-06-19Use top level tree when using dissectors from "eth.trailer" heuristics.stig1-2/+2
2010-04-25Slightly reword the preference text about CCSDS packets.wmeier1-3/+4
2009-08-07From Matt P via bug 3774:gerald1-14/+30
2009-07-22Get rid of check_col() in some of the more frequently used dissectors.etxrab1-7/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-05-20Add a preference to force the dissector to assume that packets have anguy1-2/+14
2009-01-18From Matt P:jake1-8/+75
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-2/+1
2008-07-12Clean up indentation.guy1-1/+1
2007-12-16Big 2104 - From Benn Bollay:sake1-2/+10
2007-11-29Didier Gautheron:etxrab1-3/+7
2007-11-10Apply yet another set of the optimization patches:etxrab1-21/+36
2007-09-28queue the ip/eth headers for tapping before calling any subdissectors sahlberg1-7/+5
2007-09-25Highlight whole ethernet trailer in Packet Details View.stig1-1/+2
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11stig1-0/+1
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