aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bat.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-4/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-59/+17
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+5
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+9
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-6/+6
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-19/+12
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-2/+2
2015-02-21Convert dissectors to use address_with_resolution_to_str instead of two separ...Michael Mann1-14/+14
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-17/+6
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-32/+12
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-8/+9
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-15/+28
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+14
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-3/+3
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-6/+7
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-03-28Fix Coverity CID's 280305-280306: Negative loop bound. (These are yet more a...Chris Maynard1-7/+7
2013-03-18From beroset:Anders Broman1-13/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-44/+38
2011-02-16Use tvb_ip_to_str() when it can eliminate a tvb_get_ptr() call.Jeff Morriss1-6/+2
2011-02-07Fix bug #5657: Update my mail address Stephen Fisher1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-06-04From Sven Eckelmann: Remove recursion for aggregated packets in batman disse...Bill Meier1-69/+59
2010-06-03From Sven Eckelmann: Synchronize bat dissector with batadv dissectorBill Meier1-28/+105
2009-09-25Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...Bill Meier1-11/+18
2009-09-24Minor changes:Bill Meier1-60/+42
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-4/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-15/+5
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-26/+26
2009-03-03From Sven Eckelmann:Anders Broman1-11/+12
2008-10-06Put a newline at the end of the file.Guy Harris1-1/+1
2008-10-06From Sven Eckelmann:Anders Broman1-11/+840
2008-07-09From Sven Eckelmann:Jaap Keuter1-5/+4
2008-06-22Changes in B.A.T.M.A.N. dissector:Stig Bjørlykke1-3/+3
2008-06-22From Sven Eckelmann (bug 2632):Stig Bjørlykke1-0/+70