aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netperfmeter.c
AgeCommit message (Expand)AuthorFilesLines
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