aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iapp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+0
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-15/+14
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-08-11IAPP: Remove an unused variable.Gerald Combs1-6/+0
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-142/+137
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-4/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-10Fix indent (Use 4 spaces and modelines info)Alexis La Goutte1-317/+330
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-8/+8
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-03-03Use tvb_get_guint8() instead of tvb_get_ptr().Jeff Morriss1-8/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-2/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-08-14Use const with value_string array definitionsBill Meier1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-03-09coverity #5Ronnie Sahlberg1-0/+1
2005-10-22Don't roll your own code for showing the usual display of bits in aGuy Harris1-11/+6
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-3/+4
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-1/+1
2005-03-11Just use "tvb_format_text()" to handle strings - don't roll our ownGuy Harris1-88/+48
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+554