aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte ordergerald1-1/+0
2011-04-26Remove const qualifier to name, abbrev and blurb to pacify the buildbots.cmaynard1-3/+3
2011-04-25Get rid of some unnecessary casts that just provoke uninterestingguy1-11/+11
2011-04-25More fun with GArrays: cast away some warnings that don't report realguy1-2/+2
2011-04-22Assume the tags are mallocated, so they're properly aligned. Cast awayguy1-1/+1
2011-04-22Use the return value of proto_item_add_subtree(): put the filter masks in the...morriss1-2/+4
2011-04-22Fix (latest) Dead Store (Dead nested assignment) Warning found by Clangalagoutte1-3/+2
2011-04-22From http://www.wireshark.org/lists/wireshark-dev/201104/msg00231.htmlalagoutte1-18/+18
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
2011-04-19CID 1161: Not really used variablejmayer1-4/+1
2011-04-19CID 1162: Not really used variable jmayer1-2/+1
2011-04-17Fix Unused varaiable warnings.etxrab4-20/+7
2011-04-12Rework whitespace.wmeier1-971/+973
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.wmeier1-5/+4
2011-04-12localtime() can return a NULL ptr.wmeier1-9/+15
2011-04-06Either remove or use unused values found by Coverity. Fixes CIDsgerald3-5/+5
2011-03-31Don't dereference a NULL pointer. Fixes CID 426.cmaynard1-1/+1
2011-03-29Add a missing break.etxrab1-0/+1
2011-03-29Add a missing break.etxrab1-0/+1
2011-03-29Add a missing break.etxrab1-0/+1
2011-03-29Added FALLTHRU comment to avoid a "missing break" warning.etxrab1-0/+1
2011-03-29Don't assign proto_item pointers that are not used.martinm1-2/+2
2011-03-28Don't use prohibited strncpy(). Use g_strlcpy() instead. Ensures that "orig"cmaynard1-2/+2
2011-03-27Removed uneeded 'continue'.wmeier1-1/+0
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 1155-1156;wmeier1-86/+86
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 1151-1154;wmeier1-95/+95
2011-03-24Don't assign to a proto_item* if the value isn't to be used: Coverity 1173;wmeier1-135/+141
2011-03-23Removed unused parameter to parseServiceNodeId.stig3-6/+4
2011-03-23Rewrote check for szStr in dissect_ICBAPhysicalDevice_get_LogicalDevice_rqst.stig1-1/+1
2011-03-23dont assign to a proto_item* unless we are going to use the valuesahlberg1-7/+7
2011-03-22Allocate correct size of range.stig1-2/+2
2011-03-22Fix a typomorriss1-1/+1
2011-03-22Coverity 1167sahlberg1-4/+29
2011-03-22Coverity 1168sahlberg1-3/+3
2011-03-22Coverity 420sahlberg1-7/+4
2011-03-21Added some casts to fix coverity 325.stig1-2/+2
2011-03-20From Roland Knall <rknall [AT] gmail.com>: allow heuristic subdissectorsguy1-0/+14
2011-02-24From Roland Knall via bug #5726: Adding a dissector registration, so thesfisher1-0/+2
2011-02-18Try to fix some Clan scan-build warnings.gerald1-1/+11
2011-02-17Remove some of the many dead assignments found by clangsfisher1-30/+30
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