aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fmp.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann1-48/+48
2013-07-17Convert proto_tree_add_tree calls to something filterable.Michael Mann1-318/+223
2013-03-18From beroset:Anders Broman1-8/+8
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-3/+3
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
2012-05-03General cleanup to include:Bill Meier1-1565/+1704
2011-07-28Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning;Bill Meier1-227/+168
2011-01-16Use tvb_memeql().Jeff Morriss1-5/+2
2010-12-06Make a whole bunch of symbols static.Jeff Morriss1-40/+39
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-87/+87
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-27/+27
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-4/+4
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-2/+2
2008-03-01Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke1-20/+13
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
2008-02-02Fixed a possible buffer overflow in dissect_fmp_flushCmd() when cmd hasStig Bjørlykke1-9/+10
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-03-23fix a lot more warningsUlf Lamping1-1/+1
2007-02-04From Sebastien Tandel:Stephen Fisher1-0/+0
2007-02-01 Ronnie Sahlberg1-0/+2328