aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-06-27Ethernet: Disable FCS validation by default.Gerald Combs1-1/+1
2018-06-19CheckPoint FW-1 New encrypt check point addedAlfred Koebler1-1/+2
2018-03-12eth: fix null pointer dereference when called from LuaPeter Wu1-2/+3
2018-02-23Work around a duplicate dest mac that appears in *some* frames captured on a FEXJoerg Mayer1-7/+25
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-04-17packet-nsh.c: Create dissector table for next protocolMichael Mann1-0/+2
2017-03-19eth: remove unnecessary NULL checksMartin Kaiser1-23/+13
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-5/+6
2016-12-01Check preference titles and descriptions.Gerald Combs1-2/+2
2016-11-12fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-8/+19
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-48/+9
2016-07-19VXLAN: use the newly created vxlan.next_proto dissector table everywherePascal Quantin1-1/+2
2016-05-12ERF: In packet-eth register ERF_TYPE_ETH variants.Anthony Coddington1-0/+5
2016-05-11ERF: Fix Ethernet FCS detection and remove preferenceAnthony Coddington1-2/+3
2016-04-25eth: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-m...Alexis La Goutte1-1/+1
2016-03-23Mikrotik has a protocol that they name Ethernet over IP (EoIP) which hasJoerg Mayer1-0/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-20Separate "Ethernet in capture file" and "Ethernet maybe with FCS" dissectors.Guy Harris1-5/+25
2016-01-18Have the "maybe an FCS" version of the Ethernet dissector take a data argument.Guy Harris1-3/+4
2016-01-18Fix indentation.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
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