aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xtp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-13/+13
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-3/+4
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-6/+13
2016-07-21Add proto_tree_add_checksum.Michael Mann1-13/+4
2016-04-21Do not mix wmem and glib allocatorsPascal Quantin1-23/+6
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-30Remove some THROWs and just return when lengths are bad.Michael Mann1-2/+2
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-46/+30
2015-02-03xtp: Don't call col_...() under 'if (tree)'Bill Meier1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-220/+234
2014-09-07Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-9/+17
2014-08-09Clean up Internet checksum handling.Guy Harris1-2/+1
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-18/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-12emem -> wmemJörg Mayer1-1/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-18/+13
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-2/+13
2013-03-19From beroset:Anders Broman1-1/+1
2012-12-21Get rid of unnecessary initialization that causes "discards qualifiers"Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-06Add a maximum span length check to XTP. Fixes a crash discovered by BenGerald Combs1-22/+14
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-01-19Fix a duplicate display filter name.Chris Maynard1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-08-08Fix Coverity CID 1242: Pointer "ti" returned by proto_tree_add_uint64() is ne...Chris Maynard1-1/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+2
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier1-3/+0
2011-05-05packet-xtp.h used only in packet-xtp.c; Move packet-xtp.h contents to packet-...Bill Meier1-1/+129
2011-05-05Don't assign to unused variable: Coverity 1132 [UNUSED].Bill Meier1-2/+2
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-108/+106
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