aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-02-08Rename some hf_... vars so name starts with hf_docsis_cmstatuswmeier1-77/+77
2011-02-08#if 0 code related to unused "docsis" dissector table;wmeier6-3369/+3307
2011-02-07From Hendrik Robbel:jake3-0/+294
2011-02-03Just use g_strdup_printf(), rather than doing it ourselves.guy1-4/+1
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier19-42/+59
2011-01-30Whitespace cleanup (remove trailing blanks from lines).wmeier3-182/+182
2011-01-30Add a comment about some "unreachable code" indicating possible incorrect cod...wmeier1-230/+230
2011-01-21There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss4-437/+432
2011-01-19Don't stop calling subdissectors when there's no tree.jake1-2/+0
2011-01-19Use Wireshark standard marking for unused parameters.jake7-55/+15
2011-01-16Do Windows compile with /WX flag: treat warnings as errors.wmeier1-1/+1
2011-01-02Fix some cut-and-pasteos and other typoes.guy1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy63-82/+82
2010-12-16There is no exceptions.h file here, remove it from DISSECTOR_INCLUDES.morriss1-2/+1
2010-12-16From Guido Reismueller:jake14-7/+4192
2010-12-11Added opcua_extensionobjecttable.c from revision 34906.stig1-0/+1
2010-12-04From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...morriss3-15/+40
2010-12-04From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...morriss2-4/+336
2010-12-02From Gerhard Gappmeier:etxrab1-12/+12
2010-11-28From Robert Groenenberg:etxrab1-3/+32
2010-11-25Fix for bug 5435:jake1-1/+3
2010-11-21Fix properties.wmeier1-1/+1
2010-11-17From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 :morriss3-176/+357
2010-11-16From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...morriss6-1/+158
2010-11-16From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...morriss1-8/+29
2010-11-15From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...morriss1-33/+25
2010-11-05Simply use %c for printing char.stig1-1/+1
2010-11-05Fixed a printf modifier to remove a warning from clang.stig1-1/+1
2010-10-17Remove some unused hf entries.stig28-168/+0
2010-10-17Removed unused hf_pn_dcp and hf_pn_ptcp.stig2-7/+0
2010-10-17Removed unused hf_ecat_mailbox.stig1-6/+0
2010-10-15From ToddS via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5300 :morriss1-0/+6
2010-10-15From ToddS via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5299 :morriss1-1/+1
2010-10-04From Yu Zhang:etxrab1-1/+2
2010-09-24Plugins are not shared libraries, so:guy17-20/+0
2010-09-24Track offset even when tree==NULL.jake1-0/+4
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss3-13/+13
2010-09-23H. Sivank <hsivank@gmail.com>jmayer16-19/+19
2010-09-22interlink type is decimalgirlich1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-5/+5
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
2010-08-21prefs_register_string_preference() overwrites the given value pointer with a ...morriss1-1/+11
2010-08-12(Trivial) Use consistent indentation; Whitespace cleanup.wmeier1-244/+244
2010-08-12Add new expansion.h file left out of the previous commit.wmeier1-0/+41
2010-08-12From Don Newton: Added dissection of Expansion Module (KEM,GEM) messages to U...wmeier2-0/+124
2010-07-27From Don Newton:jake1-3/+3
2010-07-09The only reason to escape "%" in a string is if you are, incorrectly,guy2-71/+23
2010-06-30Add Visual C++ project files to the distribution.gerald1-0/+1
2010-06-05Back out r33088 for now.gerald22-7930/+0