aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Replace deprecated glib functions.Jörg Mayer1-1/+1
2011-08-03Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-14/+14
2011-07-29Make it compile.Stig Bjørlykke1-4/+4
2011-07-29Get rid of non-ASCII characters.Guy Harris1-1878/+1877
2011-07-29Get it compiling.Michael Tüxen2-4/+7
2011-07-29From Wido Kelling:Anders Broman3-229/+1494
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier8-38/+14
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-18/+18
2011-07-06From Kluchnikov Ivan:Anders Broman1-1/+58
2011-07-04From Guido Reismueller:Anders Broman2-0/+593
2011-07-04From Kluchnikov Ivan:Anders Broman1-1/+5
2011-07-04From Kluchnikov Ivan:Anders Broman2-4/+16
2011-07-04From Kluchnikov Ivan:Anders Broman3-9/+11
2011-07-03From Roland Knall:Anders Broman1-0/+13
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke2-3/+3
2011-06-08Remove theinterlinki plugin dir as it's now a builtin dissector.Anders Broman13-767/+0
2011-06-08From Michael Mann:Anders Broman3-261/+0
2011-06-08Remove the sercosiii plugin dir as it's now a builtin dissector.Anders Broman9-766/+0
2011-06-07Move packet-sercosiii.c to be a builtin dissector.Anders Broman12-3539/+0
2011-06-06From Michael Mann:Anders Broman3-23/+1568
2011-05-26Add SVN Id and GPL. Minor whitespace cleanup.Chris Maynard1-23/+43
2011-05-26Add the possibillity of adding custom extra dist files.Anders Broman1-0/+1
2011-05-19Don't assign a value to a variable which is then never used: Coverity 1160 [U...Bill Meier1-4/+4
2011-05-19Fix another old style function declaration warningJörg Mayer1-1/+1
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-1/+0
2011-04-26Remove const qualifier to name, abbrev and blurb to pacify the buildbots.Chris Maynard1-3/+3
2011-04-25Get rid of some unnecessary casts that just provoke uninterestingGuy Harris1-11/+11
2011-04-25More fun with GArrays: cast away some warnings that don't report realGuy Harris1-2/+2
2011-04-22Assume the tags are mallocated, so they're properly aligned. Cast awayGuy Harris1-1/+1
2011-04-22Use the return value of proto_item_add_subtree(): put the filter masks in the...Jeff Morriss1-2/+4
2011-04-22Fix (latest) Dead Store (Dead nested assignment) Warning found by ClangAlexis La Goutte1-3/+2
2011-04-22From http://www.wireshark.org/lists/wireshark-dev/201104/msg00231.htmlAlexis La Goutte1-18/+18
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-04-19CID 1161: Not really used variableJörg Mayer1-4/+1
2011-04-19CID 1162: Not really used variable Jörg Mayer1-2/+1
2011-04-17Fix Unused varaiable warnings.Anders Broman4-20/+7
2011-04-12Rework whitespace.Bill Meier1-971/+973
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.Bill Meier1-5/+4
2011-04-12localtime() can return a NULL ptr.Bill Meier1-9/+15
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