aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add SVN Id and GPL. Minor whitespace cleanup.Chris Maynard2011-05-261-23/+43
* Add the possibillity of adding custom extra dist files.Anders Broman2011-05-261-0/+1
* Don't assign a value to a variable which is then never used: Coverity 1160 [U...Bill Meier2011-05-191-4/+4
* Fix another old style function declaration warningJörg Mayer2011-05-191-1/+1
* get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs2011-04-261-1/+0
* Remove const qualifier to name, abbrev and blurb to pacify the buildbots.Chris Maynard2011-04-261-3/+3
* Get rid of some unnecessary casts that just provoke uninterestingGuy Harris2011-04-251-11/+11
* More fun with GArrays: cast away some warnings that don't report realGuy Harris2011-04-251-2/+2
* Assume the tags are mallocated, so they're properly aligned. Cast awayGuy Harris2011-04-221-1/+1
* Use the return value of proto_item_add_subtree(): put the filter masks in the...Jeff Morriss2011-04-221-2/+4
* Fix (latest) Dead Store (Dead nested assignment) Warning found by ClangAlexis La Goutte2011-04-221-3/+2
* From http://www.wireshark.org/lists/wireshark-dev/201104/msg00231.htmlAlexis La Goutte2011-04-221-18/+18
* Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2011-04-211-4/+1
* Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte2011-04-211-1/+1
* Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte2011-04-211-1/+1
* CID 1161: Not really used variableJörg Mayer2011-04-191-4/+1
* CID 1162: Not really used variable Jörg Mayer2011-04-191-2/+1
* Fix Unused varaiable warnings.Anders Broman2011-04-174-20/+7
* 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
* Either remove or use unused values found by Coverity. Fixes CIDsGerald Combs2011-04-063-5/+5
* Don't dereference a NULL pointer. Fixes CID 426.Chris Maynard2011-03-311-1/+1
* Add a missing break.Anders Broman2011-03-291-0/+1
* Add a missing break.Anders Broman2011-03-291-0/+1
* Add a missing break.Anders Broman2011-03-291-0/+1
* Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman2011-03-291-0/+1
* Don't assign proto_item pointers that are not used.Martin Mathieson2011-03-291-2/+2
* Don't use prohibited strncpy(). Use g_strlcpy() instead. Ensures that "orig"Chris Maynard2011-03-281-2/+2
* Removed uneeded 'continue'.Bill Meier2011-03-271-1/+0
* Don't assign to a proto_item* if the value won't be used: Coverity 1155-1156;Bill Meier2011-03-241-86/+86
* Don't assign to a proto_item* if the value won't be used: Coverity 1151-1154;Bill Meier2011-03-241-95/+95
* Don't assign to a proto_item* if the value isn't to be used: Coverity 1173;Bill Meier2011-03-241-135/+141
* Removed unused parameter to parseServiceNodeId.Stig Bjørlykke2011-03-233-6/+4
* Rewrote check for szStr in dissect_ICBAPhysicalDevice_get_LogicalDevice_rqst.Stig Bjørlykke2011-03-231-1/+1
* dont assign to a proto_item* unless we are going to use the valueRonnie Sahlberg2011-03-231-7/+7
* Allocate correct size of range.Stig Bjørlykke2011-03-221-2/+2
* Fix a typoJeff Morriss2011-03-221-1/+1
* Coverity 1167Ronnie Sahlberg2011-03-221-4/+29
* Coverity 1168Ronnie Sahlberg2011-03-221-3/+3
* Coverity 420Ronnie Sahlberg2011-03-221-7/+4
* Added some casts to fix coverity 325.Stig Bjørlykke2011-03-211-2/+2
* From Roland Knall <rknall [AT] gmail.com>: allow heuristic subdissectorsGuy Harris2011-03-201-0/+14
* From Roland Knall via bug #5726: Adding a dissector registration, so theStephen Fisher2011-02-241-0/+2
* Try to fix some Clan scan-build warnings.Gerald Combs2011-02-181-1/+11
* Remove some of the many dead assignments found by clangStephen Fisher2011-02-171-30/+30
* Rename some hf_... vars so name starts with hf_docsis_cmstatusBill Meier2011-02-081-77/+77
* #if 0 code related to unused "docsis" dissector table;Bill Meier2011-02-086-3369/+3307
* From Hendrik Robbel:Jaap Keuter2011-02-073-0/+294
* Just use g_strdup_printf(), rather than doing it ourselves.Guy Harris2011-02-031-4/+1