aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-batadv.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-7/+7
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-2/+2
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-70/+70
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-38/+30
2020-09-27Fix some wrong filter names.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-14/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-30batadv: Add support for RTR(4|6) mcast flagsSven Eckelmann1-0/+14
2019-06-11batadv: Fix info column seqno of IV_OGM v15 packetsSven Eckelmann1-4/+5
2019-06-11batadv: Add support for throughput meter icmp packet variantSven Eckelmann1-2/+169
2019-06-11BATADV: remove tree checksPascal Quantin1-309/+211
2019-06-10batadv: Fix info column seqno of ICMP v15 packetsSven Eckelmann1-10/+11
2019-06-10batadv: Fix offset to ICMP v15 message typeSven Eckelmann1-1/+1
2019-06-10batadv: Add support for OGM2 packetsSven Eckelmann1-0/+193
2019-06-10batadv: Add support for ELP packetsSven Eckelmann1-0/+134
2019-06-10batadv: Parse priority field of fragmented packetsSven Eckelmann1-0/+10
2019-06-10batadv: Fix filtering by mcast flagsSven Eckelmann1-1/+7
2018-05-13batadv: Check checksum for full TT responsesSven Eckelmann1-7/+92
2018-05-13batadv: Accept Multicast TVLV v2Sven Eckelmann1-1/+1
2018-05-12batadv: Fix label for batadv.unicast_tvlv.srcSven Eckelmann1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-29Register reassembly tablesMichael Mann1-13/+2
2017-01-09Consistently use tvb_reported_length_remaining().Guy Harris1-10/+10
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-4/+4
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-5/+5
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-28/+26
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-18Call the "without FCS" version of the Ethernet dissector.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some "ethertype" subdissectors to "new" style.Michael Mann1-3/+5
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-58/+58
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-82/+82
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+6
2015-04-24add register_dissector call for name batadvjorge power1-0/+2
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-26/+26
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-16/+16
2015-02-27Remove most of the tvb_get_ptr calls in the packet-batadv.c dissector.Michael Mann1-181/+113
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-41/+20
2015-02-21Convert dissectors to use address_with_resolution_to_str instead of two separ...Michael Mann1-48/+48
2015-01-08BATADV: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+0
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-194/+158
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-207/+81
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-87/+73
2014-11-17BATMAN: fix indent and encoding argsAlexis La Goutte1-79/+79
2014-11-16BATMAN: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-11-14batadv: Add dissector support for batadv v15Sven Eckelmann1-10/+1619
2014-11-08batadv: Add missing padding to batadv_unicast_4addr_v14Sven Eckelmann1-1/+6