summaryrefslogtreecommitdiff
path: root/plugins/gryphon/packet-gryphon.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-1/+1
2016-10-27gryphon (plugins): fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-19Drop redundant SIZEOF() macroBalint Reczey1-10/+10
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+3
2016-02-28gryphon: fix 'gryphon.reserved' exists multiple times with NOT compatible typ...Alexis La Goutte1-44/+28
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-1/+1
2015-02-12Gryphon: do not use col_set_str with non constant stringsPascal Quantin1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-22plugins: Cleanup #includesBill Meier1-2/+1
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-16/+29
2014-08-18Add missing parameter to proto_tree_add_bytes_format_value()AndersBroman1-3/+3
2014-08-18Remove proto_tree_add_text from gryphon dissector.Michael Mann1-78/+164
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-55/+26
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-12Thou shalt not put newlines in the strings in value_string tables.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2012-12-26Another 64-bit-to-32-bit warning on 32-bit platforms.Guy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+4
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-30Fix Coverity CID's 712344-712345: Unused pointer value.Chris Maynard1-2/+2
2012-07-27Fix two "set but unused variable" warnings turning errors:Jörg Mayer1-1/+2
2012-07-27Remove unused variable, use the created subtree. Found by buildbot.Anders Broman1-4/+3
2012-07-26You can't (well, shouldn't) reference and modify a given variable multipleJeff Morriss1-27/+22
2012-07-26Converted many proto_tree_add_text -> proto_tree_add_item (or at least someth...Michael Mann1-833/+1355
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-30The message length isn't needed in cmd_sched_rep() - it's just theGuy Harris1-8/+0
2012-04-30Fix a couple of clang warnings and adjust capitalization.Gerald Combs1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-6/+4
2011-04-12Rework whitespace.Bill Meier1-971/+973
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.Bill Meier1-5/+4
2011-04-12localtime() can return a NULL ptr.Bill Meier1-9/+15
2011-01-21There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-17/+17
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-05Simply use %c for printing char.Stig Bjørlykke1-1/+1
2010-11-05Fixed a printf modifier to remove a warning from clang.Stig Bjørlykke1-1/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman1-9/+7
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-2/+2
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam1-8/+7
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-4/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-02-18Correct copyright statements.Jaap Keuter1-1/+1