aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-04-06Either remove or use unused values found by Coverity. Fixes CIDsGerald Combs3-5/+5
2011-03-31Don't dereference a NULL pointer. Fixes CID 426.Chris Maynard1-1/+1
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-03-29Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman1-0/+1
2011-03-29Don't assign proto_item pointers that are not used.Martin Mathieson1-2/+2
2011-03-28Don't use prohibited strncpy(). Use g_strlcpy() instead. Ensures that "orig"Chris Maynard1-2/+2
2011-03-27Removed uneeded 'continue'.Bill Meier1-1/+0
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 1155-1156;Bill Meier1-86/+86
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 1151-1154;Bill Meier1-95/+95
2011-03-24Don't assign to a proto_item* if the value isn't to be used: Coverity 1173;Bill Meier1-135/+141
2011-03-23Removed unused parameter to parseServiceNodeId.Stig Bjørlykke3-6/+4
2011-03-23Rewrote check for szStr in dissect_ICBAPhysicalDevice_get_LogicalDevice_rqst.Stig Bjørlykke1-1/+1
2011-03-23dont assign to a proto_item* unless we are going to use the valueRonnie Sahlberg1-7/+7
2011-03-22Allocate correct size of range.Stig Bjørlykke1-2/+2
2011-03-22Fix a typoJeff Morriss1-1/+1
2011-03-22Coverity 1167Ronnie Sahlberg1-4/+29
2011-03-22Coverity 1168Ronnie Sahlberg1-3/+3
2011-03-22Coverity 420Ronnie Sahlberg1-7/+4
2011-03-21Added some casts to fix coverity 325.Stig Bjørlykke1-2/+2
2011-03-20From Roland Knall <rknall [AT] gmail.com>: allow heuristic subdissectorsGuy Harris1-0/+14
2011-02-24From Roland Knall via bug #5726: Adding a dissector registration, so theStephen Fisher1-0/+2
2011-02-18Try to fix some Clan scan-build warnings.Gerald Combs1-1/+11
2011-02-17Remove some of the many dead assignments found by clangStephen Fisher1-30/+30
2011-02-08Rename some hf_... vars so name starts with hf_docsis_cmstatusBill Meier1-77/+77
2011-02-08#if 0 code related to unused "docsis" dissector table;Bill Meier6-3369/+3307
2011-02-07From Hendrik Robbel:Jaap Keuter3-0/+294
2011-02-03Just use g_strdup_printf(), rather than doing it ourselves.Guy Harris1-4/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier19-42/+59
2011-01-30Whitespace cleanup (remove trailing blanks from lines).Bill Meier3-182/+182
2011-01-30Add a comment about some "unreachable code" indicating possible incorrect cod...Bill Meier1-230/+230
2011-01-21There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss4-437/+432
2011-01-19Don't stop calling subdissectors when there's no tree.Jaap Keuter1-2/+0
2011-01-19Use Wireshark standard marking for unused parameters.Jaap Keuter7-55/+15
2011-01-16Do Windows compile with /WX flag: treat warnings as errors.Bill Meier1-1/+1
2011-01-02Fix some cut-and-pasteos and other typoes.Guy Harris1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris63-82/+82
2010-12-16There is no exceptions.h file here, remove it from DISSECTOR_INCLUDES.Jeff Morriss1-2/+1
2010-12-16From Guido Reismueller:Jaap Keuter14-7/+4192
2010-12-11Added opcua_extensionobjecttable.c from revision 34906.Stig Bjørlykke1-0/+1
2010-12-04From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss3-15/+40
2010-12-04From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss2-4/+336
2010-12-02From Gerhard Gappmeier:Anders Broman1-12/+12
2010-11-28From Robert Groenenberg:Anders Broman1-3/+32
2010-11-25Fix for bug 5435:Jaap Keuter1-1/+3
2010-11-21Fix properties.Bill Meier1-1/+1
2010-11-17From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 :Jeff Morriss3-176/+357
2010-11-16From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss6-1/+158
2010-11-16From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-8/+29