aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-10-05Eth: Segment routing over IPv6Jaap Keuter1-0/+2
2021-09-13eth: Allow assuming no FCS as well as assuming FCS or using heuristicJohn Thacker1-22/+45
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-4/+4
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-2/+3
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-1/+1
2020-04-20eth: require padding to be zeros by defaultJason Cohen1-25/+63
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+4
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-09-15Add new filters for Ethernet src and dst OUI's as well as their resolved OUI'sMichael Mann1-116/+141
2019-08-01eth: add dst and src specific local/group fieldsJaap Keuter1-12/+60
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-24/+24
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