checkAPIs.pl: support for new-style dissectors in check_hf_entries
[metze/wireshark/wip.git] / epan / dissectors / packet-aeron.c
2018-09-15 chaoyongzhouAeron: Update disector on the latest aeron protocol...
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-11-02 Pascal QuantinDo not register proto_reg_handoff_XXX callback when...
2017-10-29 Michael MannAdd conversation endpoint type
2017-10-25 João ValverdeRemove inet_aton() usage everywhere
2017-02-02 Michael MannGHashtable -> wmem_map conversions
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-04-07 Jaap KeuterExpand before multiply (CID-1355683 and CID-1355684)
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-02-13 João ValverdeJust #include wsutil/inet_aton.h
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-12 Martin Kaiser[aeron] don't THROW() an exception from a dissector
2016-01-09 Martin Kaiser[aeron] simplify aeron_frame_info_setup()
2015-12-31 Guy HarrisDon't throw away constness.
2015-12-31 Guy HarrisUse wmem_memdup() instead of wmem_alloc() followed...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-11 Matthieu CoudronChange prototype of callbacks passed to wmem_tree_forea...
2015-11-03 João ValverdeRemaining ADDRESS macro to address function conversions
2015-10-24 Martin Kaiser[aeron] a new-style dissector should return 0 (not...
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-06-27 Guy HarrisQuick and dirty overflow checking.
2015-06-18 Bill Meier[aeron] Remove unneeded initializers
2015-06-12 David AmeissCleanup and hardening for the Aeron dissector.
2015-06-08 Evan Huusaeron: fix infinite loop
2015-06-08 Bill MeierAdd editor-modelines; Don't use tabwidth=4; Adjust...
2015-06-05 David AmeissAdd dissector for the Aeron protocol.