aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fmp.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-96/+96
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-9/+9
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-04-19Fix cppcheck 1.83 warningsAlexandr Savca1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-04-25fmp: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-un...Alexis La Goutte1-1/+1
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris1-4/+7
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris1-1/+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-80/+101
2015-05-26Remove proto_tree_add_text from some dissectors.Michael Mann1-33/+31
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-24/+10
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