aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-25Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.Michael Mann1-0/+2
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-6/+6
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-4/+4
2015-02-21Convert dissectors to use address_with_resolution_to_str instead of two separ...Michael Mann1-6/+6
2015-02-13Micro optimization, only do tvb_get_ptr() once for dst and srcAndersBroman1-9/+9
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-6/+6
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-26Fix assertion when applying conversation colorPascal Quantin1-2/+2
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-6/+6
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-2/+2
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann1-1/+1
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