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