aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fmp_notify.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2016-04-25fmp (notify): fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-...Alexis La Goutte1-1/+1
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris1-5/+6
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris1-2/+4
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-1/+1
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann1-35/+31
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-200/+213
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-15/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann1-14/+14
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-07-17Convert proto_tree_add_tree calls to something filterable.Michael Mann1-57/+42
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-05Add missing hf[] entries found by checkhf.Bill Meier1-1/+19
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-1/+3
2012-10-12Move proto_register...() and proto_reg_handoff...() to the end of the file as...Bill Meier1-99/+97
2012-10-12Fix (what appears to be) a minor "off by one" bug in 'for' loop.Bill Meier1-1/+1
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-4/+0
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-1/+0
2011-07-28 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning;Bill Meier1-49/+23
2011-05-26From Michael Mann.Anders Broman1-1/+1
2011-02-11Register a couple ett_ variables. Declare all the ett_ variables together.Jeff Morriss1-6/+7
2010-12-06Make a whole bunch of symbols static.Jeff Morriss1-20/+20
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-08-23Get rid of a bunch of "warning: redundant redeclaration of" messages.Jörg Mayer1-1/+19
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-02-04From Sebastien Tandel:Stephen Fisher1-0/+0
2007-02-01 Ronnie Sahlberg1-0/+644