Removed nstime_diff() in favour of nstime_delta().
[metze/wireshark/wip.git] / plugins /
2011-08-08 Jörg MayerAdd a comment about the uncommented glib deprecated...
2011-08-07 Jörg Mayermate_grammar.lemon:
2011-08-07 Jörg MayerReplace deprecated glib functions.
2011-08-03 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-07-29 Stig BjørlykkeMake it compile.
2011-07-29 Guy HarrisGet rid of non-ASCII characters.
2011-07-29 Michael TüxenGet it compiling.
2011-07-29 Anders BromanFrom Wido Kelling:
2011-07-21 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-07-19 Guy HarrisAdd a DREP_LITTLE_ENDIAN for the DCE RPC endianness...
2011-07-06 Anders BromanFrom Kluchnikov Ivan:
2011-07-04 Anders BromanFrom Guido Reismueller:
2011-07-04 Anders BromanFrom Kluchnikov Ivan:
2011-07-04 Anders BromanFrom Kluchnikov Ivan:
2011-07-04 Anders BromanFrom Kluchnikov Ivan:
2011-07-03 Anders BromanFrom Roland Knall:
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-08 Anders BromanRemove theinterlinki plugin dir as it's now a builtin...
2011-06-08 Anders BromanFrom Michael Mann:
2011-06-08 Anders BromanRemove the sercosiii plugin dir as it's now a builtin...
2011-06-07 Anders BromanMove packet-sercosiii.c to be a builtin dissector.
2011-06-06 Anders BromanFrom Michael Mann:
2011-05-26 Chris MaynardAdd SVN Id and GPL. Minor whitespace cleanup.
2011-05-26 Anders BromanAdd the possibillity of adding custom extra dist files.
2011-05-19 Bill MeierDon't assign a value to a variable which is then never...
2011-05-19 Jörg MayerFix another old style function declaration warning
2011-04-26 Gerald Combsget_host_ipaddr() was returning numeric addresses in...
2011-04-26 Chris MaynardRemove const qualifier to name, abbrev and blurb to...
2011-04-25 Guy HarrisGet rid of some unnecessary casts that just provoke...
2011-04-25 Guy HarrisMore fun with GArrays: cast away some warnings that...
2011-04-22 Guy HarrisAssume the tags are mallocated, so they're properly...
2011-04-22 Jeff MorrissUse the return value of proto_item_add_subtree(): put...
2011-04-22 Alexis La GoutteFix (latest) Dead Store (Dead nested assignment) Warnin...
2011-04-22 Alexis La GoutteFrom wireshark.org/lists/wireshark-dev/201104/msg00231...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-19 Jörg MayerCID 1161: Not really used variable
2011-04-19 Jörg MayerCID 1162: Not really used variable
2011-04-17 Anders BromanFix Unused varaiable warnings.
2011-04-12 Bill MeierRework whitespace.
2011-04-12 Bill MeierDon't assign to a proto_item * if the value won't be...
2011-04-12 Bill Meierlocaltime() can return a NULL ptr.
2011-04-06 Gerald CombsEither remove or use unused values found by Coverity...
2011-03-31 Chris MaynardDon't dereference a NULL pointer. Fixes CID 426.
2011-03-29 Anders BromanAdd a missing break.
2011-03-29 Anders BromanAdd a missing break.
2011-03-29 Anders BromanAdd a missing break.
2011-03-29 Anders BromanAdded FALLTHRU comment to avoid a "missing break"...
2011-03-29 Martin MathiesonDon't assign proto_item pointers that are not used.
2011-03-28 Chris MaynardDon't use prohibited strncpy(). Use g_strlcpy() instea...
2011-03-27 Bill MeierRemoved uneeded 'continue'.
2011-03-24 Bill MeierDon't assign to a proto_item* if the value won't be...
2011-03-24 Bill MeierDon't assign to a proto_item* if the value won't be...
2011-03-24 Bill MeierDon't assign to a proto_item* if the value isn't to...
2011-03-23 Stig BjørlykkeRemoved unused parameter to parseServiceNodeId.
2011-03-23 Stig BjørlykkeRewrote check for szStr in dissect_ICBAPhysicalDevice_g...
2011-03-23 Ronnie Sahlbergdont assign to a proto_item* unless we are going to...
2011-03-22 Stig BjørlykkeAllocate correct size of range.
2011-03-22 Jeff MorrissFix a typo
2011-03-22 Ronnie SahlbergCoverity 1167
2011-03-22 Ronnie SahlbergCoverity 1168
2011-03-22 Ronnie SahlbergCoverity 420
2011-03-21 Stig BjørlykkeAdded some casts to fix coverity 325.
2011-03-20 Guy HarrisFrom Roland Knall <rknall [AT] gmail.com>: allow heuris...
2011-02-24 Stephen FisherFrom Roland Knall via bug #5726: Adding a dissector...
2011-02-18 Gerald CombsTry to fix some Clan scan-build warnings.
2011-02-17 Stephen FisherRemove some of the many dead assignments found by clang
2011-02-08 Bill MeierRename some hf_... vars so name starts with hf_docsis_c...
2011-02-08 Bill Meier#if 0 code related to unused "docsis" dissector table;
2011-02-07 Jaap KeuterFrom Hendrik Robbel:
2011-02-03 Guy HarrisJust use g_strdup_printf(), rather than doing it ourselves.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2011-01-30 Bill MeierWhitespace cleanup (remove trailing blanks from lines).
2011-01-30 Bill MeierAdd a comment about some "unreachable code" indicating...
2011-01-21 Jeff MorrissThere's no need to pass the result of tvb_get_ptr(...
2011-01-19 Jaap KeuterDon't stop calling subdissectors when there's no tree.
2011-01-19 Jaap KeuterUse Wireshark standard marking for unused parameters.
2011-01-16 Bill MeierDo Windows compile with /WX flag: treat warnings as...
2011-01-02 Guy HarrisFix some cut-and-pasteos and other typoes.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-16 Jeff MorrissThere is no exceptions.h file here, remove it from...
2010-12-16 Jaap KeuterFrom Guido Reismueller:
2010-12-11 Stig BjørlykkeAdded opcua_extensionobjecttable.c from revision 34906.
2010-12-04 Jeff MorrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-12-04 Jeff MorrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-12-02 Anders BromanFrom Gerhard Gappmeier:
2010-11-28 Anders BromanFrom Robert Groenenberg:
2010-11-25 Jaap KeuterFix for bug 5435:
2010-11-21 Bill MeierFix properties.
2010-11-17 Jeff MorrissFrom David Katz via https://bugs.wireshark.org/bugzilla...
2010-11-16 Jeff MorrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-11-16 Jeff MorrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-11-15 Jeff MorrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-11-05 Stig BjørlykkeSimply use %c for printing char.
2010-11-05 Stig BjørlykkeFixed a printf modifier to remove a warning from clang.
2010-10-17 Stig BjørlykkeRemove some unused hf entries.
2010-10-17 Stig BjørlykkeRemoved unused hf_pn_dcp and hf_pn_ptcp.
2010-10-17 Stig BjørlykkeRemoved unused hf_ecat_mailbox.
2010-10-15 Jeff MorrissFrom ToddS via https://bugs.wireshark.org/bugzilla...
next