aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-312-2/+2
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-302-2/+2
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-302-2/+2
* Add a comment about the uncommented glib deprecated warnings.Jörg Mayer2011-08-081-0/+3
* mate_grammar.lemon:Jörg Mayer2011-08-073-3/+5
* Replace deprecated glib functions.Jörg Mayer2011-08-071-1/+1
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-08-031-14/+14
* Make it compile.Stig Bjørlykke2011-07-291-4/+4
* Get rid of non-ASCII characters.Guy Harris2011-07-291-1878/+1877
* Get it compiling.Michael Tüxen2011-07-292-4/+7
* From Wido Kelling:Anders Broman2011-07-293-229/+1494
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-218-38/+14
* Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris2011-07-191-18/+18
* From Kluchnikov Ivan:Anders Broman2011-07-061-1/+58
* From Guido Reismueller:Anders Broman2011-07-042-0/+593
* From Kluchnikov Ivan:Anders Broman2011-07-041-1/+5
* From Kluchnikov Ivan:Anders Broman2011-07-042-4/+16
* From Kluchnikov Ivan:Anders Broman2011-07-043-9/+11
* From Roland Knall:Anders Broman2011-07-031-0/+13
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-282-3/+3
* Remove theinterlinki plugin dir as it's now a builtin dissector.Anders Broman2011-06-0813-767/+0
* From Michael Mann:Anders Broman2011-06-083-261/+0
* Remove the sercosiii plugin dir as it's now a builtin dissector.Anders Broman2011-06-089-766/+0
* Move packet-sercosiii.c to be a builtin dissector.Anders Broman2011-06-0712-3539/+0
* From Michael Mann:Anders Broman2011-06-063-23/+1568
* 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