Clarify that Tvb_reported_length_remaining may return -1
[obnox/wireshark/wip.git] / plugins /
2011-08-08 jmayerAdd a comment about the uncommented glib deprecated...
2011-08-07 jmayermate_grammar.lemon:
2011-08-07 jmayerReplace deprecated glib functions.
2011-08-03 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-07-29 stigMake it compile.
2011-07-29 guyGet rid of non-ASCII characters.
2011-07-29 tuexenGet it compiling.
2011-07-29 etxrabFrom Wido Kelling:
2011-07-21 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-07-19 guyAdd a DREP_LITTLE_ENDIAN for the DCE RPC endianness...
2011-07-06 etxrabFrom Kluchnikov Ivan:
2011-07-04 etxrabFrom Guido Reismueller:
2011-07-04 etxrabFrom Kluchnikov Ivan:
2011-07-04 etxrabFrom Kluchnikov Ivan:
2011-07-04 etxrabFrom Kluchnikov Ivan:
2011-07-03 etxrabFrom Roland Knall:
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-08 etxrabRemove theinterlinki plugin dir as it's now a builtin...
2011-06-08 etxrabFrom Michael Mann:
2011-06-08 etxrabRemove the sercosiii plugin dir as it's now a builtin...
2011-06-07 etxrabMove packet-sercosiii.c to be a builtin dissector.
2011-06-06 etxrabFrom Michael Mann:
2011-05-26 cmaynardAdd SVN Id and GPL. Minor whitespace cleanup.
2011-05-26 etxrabAdd the possibillity of adding custom extra dist files.
2011-05-19 wmeierDon't assign a value to a variable which is then never...
2011-05-19 jmayerFix another old style function declaration warning
2011-04-26 geraldget_host_ipaddr() was returning numeric addresses in...
2011-04-26 cmaynardRemove const qualifier to name, abbrev and blurb to...
2011-04-25 guyGet rid of some unnecessary casts that just provoke...
2011-04-25 guyMore fun with GArrays: cast away some warnings that...
2011-04-22 guyAssume the tags are mallocated, so they're properly...
2011-04-22 morrissUse the return value of proto_item_add_subtree(): put...
2011-04-22 alagoutteFix (latest) Dead Store (Dead nested assignment) Warnin...
2011-04-22 alagoutteFrom wireshark.org/lists/wireshark-dev/201104/msg00231...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-19 jmayerCID 1161: Not really used variable
2011-04-19 jmayerCID 1162: Not really used variable
2011-04-17 etxrabFix Unused varaiable warnings.
2011-04-12 wmeierRework whitespace.
2011-04-12 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-12 wmeierlocaltime() can return a NULL ptr.
2011-04-06 geraldEither remove or use unused values found by Coverity...
2011-03-31 cmaynardDon't dereference a NULL pointer. Fixes CID 426.
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdded FALLTHRU comment to avoid a "missing break"...
2011-03-29 martinmDon't assign proto_item pointers that are not used.
2011-03-28 cmaynardDon't use prohibited strncpy(). Use g_strlcpy() instea...
2011-03-27 wmeierRemoved uneeded 'continue'.
2011-03-24 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-24 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-24 wmeierDon't assign to a proto_item* if the value isn't to...
2011-03-23 stigRemoved unused parameter to parseServiceNodeId.
2011-03-23 stigRewrote check for szStr in dissect_ICBAPhysicalDevice_g...
2011-03-23 sahlbergdont assign to a proto_item* unless we are going to...
2011-03-22 stigAllocate correct size of range.
2011-03-22 morrissFix a typo
2011-03-22 sahlbergCoverity 1167
2011-03-22 sahlbergCoverity 1168
2011-03-22 sahlbergCoverity 420
2011-03-21 stigAdded some casts to fix coverity 325.
2011-03-20 guyFrom Roland Knall <rknall [AT] gmail.com>: allow heuris...
2011-02-24 sfisherFrom Roland Knall via bug #5726: Adding a dissector...
2011-02-18 geraldTry to fix some Clan scan-build warnings.
2011-02-17 sfisherRemove some of the many dead assignments found by clang
2011-02-08 wmeierRename some hf_... vars so name starts with hf_docsis_c...
2011-02-08 wmeier#if 0 code related to unused "docsis" dissector table;
2011-02-07 jakeFrom Hendrik Robbel:
2011-02-03 guyJust use g_strdup_printf(), rather than doing it ourselves.
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2011-01-30 wmeierWhitespace cleanup (remove trailing blanks from lines).
2011-01-30 wmeierAdd a comment about some "unreachable code" indicating...
2011-01-21 morrissThere's no need to pass the result of tvb_get_ptr(...
2011-01-19 jakeDon't stop calling subdissectors when there's no tree.
2011-01-19 jakeUse Wireshark standard marking for unused parameters.
2011-01-16 wmeierDo Windows compile with /WX flag: treat warnings as...
2011-01-02 guyFix some cut-and-pasteos and other typoes.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-16 morrissThere is no exceptions.h file here, remove it from...
2010-12-16 jakeFrom Guido Reismueller:
2010-12-11 stigAdded opcua_extensionobjecttable.c from revision 34906.
2010-12-04 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-12-04 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-12-02 etxrabFrom Gerhard Gappmeier:
2010-11-28 etxrabFrom Robert Groenenberg:
2010-11-25 jakeFix for bug 5435:
2010-11-21 wmeierFix properties.
2010-11-17 morrissFrom David Katz via https://bugs.wireshark.org/bugzilla...
2010-11-16 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-11-16 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-11-15 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-11-05 stigSimply use %c for printing char.
2010-11-05 stigFixed a printf modifier to remove a warning from clang.
2010-10-17 stigRemove some unused hf entries.
2010-10-17 stigRemoved unused hf_pn_dcp and hf_pn_ptcp.
2010-10-17 stigRemoved unused hf_ecat_mailbox.
2010-10-15 morrissFrom ToddS via https://bugs.wireshark.org/bugzilla...
next