aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aeron.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-25AERON: Properly handle heartbeat frame lengthJaap Keuter1-7/+8
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-34/+34
2018-09-15Aeron: Update disector on the latest aeron protocol specificationchaoyongzhou1-17/+293
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-02Do not register proto_reg_handoff_XXX callback when not requiredPascal Quantin1-1/+1
2017-10-29Add conversation endpoint typeMichael Mann1-15/+3
2017-10-25Remove inet_aton() usage everywhereJoão Valverde1-1/+0
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-6/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-04-07Expand before multiply (CID-1355683 and CID-1355684)Jaap Keuter1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde1-9/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-10/+10
2016-01-12[aeron] don't THROW() an exception from a dissectorMartin Kaiser1-17/+30
2016-01-09[aeron] simplify aeron_frame_info_setup()Martin Kaiser1-43/+37
2015-12-31Don't throw away constness.Guy Harris1-3/+3
2015-12-31Use wmem_memdup() instead of wmem_alloc() followed by memcpy().Guy Harris1-8/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-11/+11
2015-10-24[aeron] a new-style dissector should return 0 (not -1) to reject a packetMartin Kaiser1-6/+9
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-27Quick and dirty overflow checking.Guy Harris1-4/+29
2015-06-18[aeron] Remove unneeded initializersBill Meier1-93/+93
2015-06-12Cleanup and hardening for the Aeron dissector.David Ameiss1-53/+111
2015-06-08aeron: fix infinite loopEvan Huus1-0/+3
2015-06-08Add editor-modelines; Don't use tabwidth=4; Adjust whitespace.Bill Meier1-3/+3
2015-06-05Add dissector for the Aeron protocol.David Ameiss1-0/+3067