aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon/packet-gryphon.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann2016-12-131-1/+1
* gryphon (plugins): fix spelling typo found by lintianAlexis La Goutte2016-10-271-2/+2
* Drop redundant SIZEOF() macroBalint Reczey2016-10-191-10/+10
* Combine Decode As and port preferences for tcp.port dissector table.Michael Mann2016-10-081-1/+3
* gryphon: fix 'gryphon.reserved' exists multiple times with NOT compatible typ...Alexis La Goutte2016-02-281-44/+28
* new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann2015-12-111-1/+1
* Gryphon: do not use col_set_str with non constant stringsPascal Quantin2015-02-121-1/+1
* Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan2015-01-271-1/+1
* plugins: Cleanup #includesBill Meier2014-12-221-2/+1
* plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-061-16/+29
* Add missing parameter to proto_tree_add_bytes_format_value()AndersBroman2014-08-181-3/+3
* Remove proto_tree_add_text from gryphon dissector.Michael Mann2014-08-181-78/+164
* convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann2014-07-101-55/+26
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-071-1/+1
* Thou shalt not put newlines in the strings in value_string tables.Guy Harris2014-03-121-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix [-Wmissing-prototypes]Anders Broman2013-12-271-0/+3
* Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann2013-11-091-6/+8
* More emem -> wmem conversion:Pascal Quantin2013-09-221-1/+1
* Define certain 'const char *...' arrays as static.Bill Meier2013-07-011-1/+1
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-1/+1
* Another 64-bit-to-32-bit warning on 32-bit platforms.Guy Harris2012-12-261-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-2/+4
* Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier2012-12-051-7/+7
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Fix Coverity CID's 712344-712345: Unused pointer value.Chris Maynard2012-07-301-2/+2
* Fix two "set but unused variable" warnings turning errors:Jörg Mayer2012-07-271-1/+2
* Remove unused variable, use the created subtree. Found by buildbot.Anders Broman2012-07-271-4/+3
* You can't (well, shouldn't) reference and modify a given variable multipleJeff Morriss2012-07-261-27/+22
* Converted many proto_tree_add_text -> proto_tree_add_item (or at least someth...Michael Mann2012-07-261-833/+1355
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* The message length isn't needed in cmd_sched_rep() - it's just theGuy Harris2012-04-301-8/+0
* Fix a couple of clang warnings and adjust capitalization.Gerald Combs2012-04-301-3/+3
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-211-6/+4
* Rework whitespace.Bill Meier2011-04-121-971/+973
* Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.Bill Meier2011-04-121-5/+4
* localtime() can return a NULL ptr.Bill Meier2011-04-121-9/+15
* There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss2011-01-211-17/+17
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Simply use %c for printing char.Stig Bjørlykke2010-11-051-1/+1
* Fixed a printf modifier to remove a warning from clang.Stig Bjørlykke2010-11-051-1/+1
* Get rid of a bunch of check_col().Anders Broman2010-04-051-9/+7
* Fix some gcc -Wshadow warnings.Bill Meier2010-01-281-2/+2
* Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam2009-09-201-8/+7
* (Minor) Remove unneeded #includes.Bill Meier2009-08-211-4/+0
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-6/+6
* Correct copyright statements.Jaap Keuter2009-02-181-1/+1