aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-11eth,mp2t: Rename ei[] filter names duplicating hf[] filter names.Bill Meier1-1/+1
2014-12-10Refactor "color" conversation filtersMichael Mann1-0/+14
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-0/+2
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-0/+2
2014-11-01Ethernet: fix a trivial typoPascal Quantin1-1/+1
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-213/+226
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-21packet-erf: added dissector table for "erf.types.type" type field.Wasim Abu Moch1-0/+2
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+29
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+31
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-05-26Optimize dissect_eth_common(): cache result of get_ether_name()Jakub Zawadzki1-18/+22
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-2/+4
2014-04-14Fixed deprecated tvb_length and tvb_length_remaining.Philip Rosenberg-Watt1-7/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-2/+13
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-21Remove if (fh_tree) checks as add_ethernet_trailer() calls such functions as ...Chris Maynard1-11/+11
2013-10-14Add dissection of NCM/MBIM data traffic based on data interface class protoco...Pascal Quantin1-1/+0
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann1-2/+4
2013-09-03Similar to the IPv4 dissector's hf_ip_dst_host, hf_ip_src_host and hf_ip_host...Chris Maynard1-9/+73
2013-07-08Fix "Could not compile color filter "Checksum Errors" from saved filters: eth...Pascal Quantin1-1/+1
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann1-3/+3
2013-06-24A follow-up to r50127 to highlight the correct 4 bytes of the Ethernet FCS fo...Chris Maynard1-12/+12
2013-06-24The Ethernet FCS is 32 bits, not 16 bits.Guy Harris1-1/+1
2013-06-01Check on fh_tree is already done within add_ethernet_trailer()Sake Blok1-5/+3
2013-06-01Add ethernet protocol preference to manually set the trailer length.Sake Blok1-8/+41
2013-05-26Batch of filterable expert infos.Michael Mann1-4/+17
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-2/+2
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
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