aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpfeeds.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-28Allow floating point values for stats_treeMichael Mann1-4/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-05Remove "length only" check for dissectors that use tcp_dissect_pdus.Michael Mann1-4/+0
2016-10-30hpfeeds: restore channel name in tree.Dario Lombardo1-2/+16
2016-10-28hpfeeds: don't pass channel name to heuristic dissector.Dario Lombardo1-7/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-22/+5
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-27Added HPFEEDS stats_tree.Dario Lombardo1-0/+99
2015-01-21HPFEEDS: cleanup in the dissector code.Dario Lombardo1-21/+1
2015-01-19JSON dissector changed into heuristic dissector.Dario Lombardo1-52/+29
2014-11-24Pass data to JSON through dissector data, not pinfo->private_data.Michael Mann1-2/+1
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-9/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-11-11tcp_dissect_pdus can handle both desegmented and complete packets, so have th...Michael Mann1-29/+14
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-9/+13
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-31/+31
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-05-26Batch of filterable expert infos.Michael Mann1-1/+10
2013-04-12From Sebastiano Di Paola via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Evan Huus1-2/+2
2013-04-02From Sebastiano Di Paola via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Evan Huus1-27/+116
2013-03-01Addendum to r47962, caught by Jakub Zawadzki viaEvan Huus1-2/+2
2013-03-01From Sebastiano Di Paola via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Evan Huus1-0/+388