Try to fix the compile errors on OS X:
[obnox/wireshark/wip.git] / plugins /
2012-01-29 etxrabAdd *.sbr files to the clean target.
2012-01-16 wmeierUse GSlice API instead of GMemChunk API for some memory...
2012-01-16 wmeierFix a typo in an error message.
2012-01-13 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2012-01-13 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2012-01-13 etxrabFrom Yi Zhang:
2012-01-13 etxrabFrom Yi Zhang:
2011-12-28 cmaynardFix memory leaks involving tvb_get_string[z]().
2011-12-14 wmeier(Trivial) remove commented out calls to tvb_free().
2011-12-14 wmeiertvb_free() can (now) be called from plugins on Windows
2011-12-01 jmayerFix:
2011-12-01 etxrabpacket-dcerpc-pn-io.c:8735: warning: unused variable...
2011-12-01 etxrabFrom Wido Kelling:
2011-11-29 alagoutteFrom c.David via https://bugs.wireshark.org/bugzilla...
2011-11-29 alagoutteFrom c.David via https://bugs.wireshark.org/bugzilla...
2011-11-18 alagoutteRegenerate GIOP dissector plugins (after change in...
2011-11-18 alagoutteRegenerate GIOP dissector plugins (after change in...
2011-11-18 cmaynardAppend a path-separator to the plugins directory so...
2011-11-15 guyOK, *that's* what Clang Cat was going on about:
2011-11-12 wmeierFix some additional [-Wunused-but-set-variable]
2011-11-12 etxrabfix [-Wunused-but-set-variable]
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-20 wmeierUse ENC_NA as proto_tree_add_item() encoding arg for...
2011-10-18 wmeierDo some more conversions of proto_tree_add_item() ...
2011-10-15 wmeierConvert plugin files proto_tree_add_item() 'encoding...
2011-10-10 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 guyMore white space cleanup.
2011-09-26 guyThe fragment data is almost certainly not a text string...
2011-09-26 guyUse ENC_ values in proto_tree_add_item() calls.
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
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...
next