aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netperfmeter.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-04-19dissectors: init memory before use.Dario Lombardo1-0/+1
2022-04-12Qt: Update our dynamic menu groups.Gerald Combs1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-06-28Using col_append_sep_fstr() instead of prepending "NetPerfMeter" label.Thomas Dreibholz1-5/+1
2021-06-28NetPerfMeter display improvement:Thomas Dreibholz1-2/+5
2021-05-05Added NetPerfMeter statistics feature, including corresponding documentation.Thomas Dreibholz1-6/+268
2021-04-20Added decoding of NetPerfMeter message flagsThomas Dreibholz1-175/+248
2021-03-07NetPerfMeter: Drop "protocol" from the nameJoão Valverde1-111/+111
2021-03-05Fix for NetPerfMeter Results message.Thomas Dreibholz1-1/+1
2021-03-04Fixed detection of NetPerfMeter data pattern in dissector heuristics.Thomas Dreibholz1-1/+1
2021-02-21NetPerfMeter: Fix compilation on Windows.Gerald Combs1-3/+3
2021-02-21Removed unnecessary check for transport protocol.Thomas Dreibholz1-27/+25
2021-02-21Decode time stamp field to the actual UTC time.Thomas Dreibholz1-2/+10
2021-02-21Now using heuristic dissector for transport over TCP, UDP and DCCP instead of...Thomas Dreibholz1-41/+47
2021-02-21Fixed typo.Thomas Dreibholz1-1/+1
2021-02-21Improved NetPerfMeterProtocol dissector with detection of protocol for TCP, U...Thomas Dreibholz1-0/+43
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-2/+2
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-11-22Fix unused-const-variable error when build with clang 3.4 (with ugly hack... ...Alexis La Goutte1-3/+7
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-3/+1
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-3/+9
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-48/+49
2011-11-12Remove some unneeded 'if(pinfo)' tests;Bill Meier1-4/+2
2011-10-30From Thomas Dreibholz:Anders Broman1-5/+28
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-02-10Obtained from Thomas Dreibholz: Update SCTP PPIDs.Michael Tüxen1-7/+10
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-11-13(Trivial): check_col() guard not needed for col_set_str; #include <stdio.h> n...Bill Meier1-2/+1
2009-11-12From Thomas Dreibholz:Jaap Keuter1-0/+443