aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-collectd.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Dissectors: remove accidental double-colonsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-41/+41
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-15/+21
2023-05-16Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-12-28Allow floating point values for stats_treeMichael Mann1-2/+2
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris1-1/+1
2018-02-17No need to cast away constness.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-36/+6
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-15/+14
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-3/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-5/+5
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-2/+15
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-10/+7
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-85/+54
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-7/+7
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-13Convert a few more dissectors to wmemPascal Quantin1-2/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-9/+9
2013-09-01Fix two expert calls on the wrong proto_item.Evan Huus1-1/+1
2013-09-01Batch of filterable expert info.Michael Mann1-36/+31
2013-07-26Add 64-bit value strings and the appropriate tooling (including yet anotherEvan Huus1-3/+3
2013-07-23collectd.data.severity is unsigned, so use proto_tree_add_uint64.Guy Harris1-1/+1
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-05-17Use proto_tree_add_int64 for 64-bit values.Evan Huus1-1/+1
2013-05-17From Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-66/+164
2013-03-15[-Wmissing-prototypes]Anders Broman1-2/+4
2012-12-26Fix a bunch of warnings.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-08-10Use val_to_str_const() where appropriate;Bill Meier1-20/+20
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11