aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-5/+5
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+4
2015-12-14Create capture dissector tables.Michael Mann1-18/+13
2015-12-13Standardize the capture dissector function signature.Michael Mann1-2/+2
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-3/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-9/+12
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-29"Color dissector filters" are just filters.Guy Harris1-4/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-07-22PCLI: Expand protocol supportLuke Mewburn1-0/+2
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