aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-batadv.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-19Add editor modelines; Adjust indentation as needed.Bill Meier1-2/+15
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+30
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-4/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-26/+26
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-26/+26
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-25/+25
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-2/+2
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-22/+23
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-2/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-12/+9
2013-03-14[-Wmissing-prototypes]Anders Broman1-22/+23
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-07-13tvb_length_remaining() can return -1, so don't assign its return value to an ...Chris Maynard1-50/+47