aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-redbackli.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-3/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-4/+6
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-23Remove more deprecated tvb_lengthEvan Huus1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-2/+10
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-8/+6
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-15(Trivial): add editor modelines. use consistent indentation & do whirespace r...Bill Meier1-33/+47
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-28Re-arrange #if 0/#endif related to an hf[] entry so that checkhf doesn't comp...Bill Meier1-2/+5
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-4/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-10-07Cleanup header fields.Jaap Keuter1-1/+1
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-10(Quick) fix for bug #3836;Bill Meier1-4/+15
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-10-14From Florian Lohoff:Jaap Keuter1-48/+64
2008-09-23Trivial changes: comment and spacingBill Meier1-1/+1
2008-09-12Small revisions related to proto_reg_handoff ....Bill Meier1-2/+2
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-04-10From Florian Lohoff: fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2...Jeff Morriss1-1/+11
2008-03-07Add Id tagJeff Morriss1-0/+2
2008-03-06From Florian Lohoff via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=23...Jeff Morriss1-0/+259