When checking for GTK+2, indicate that we will *not* accept GTK 3 and later.
[obnox/wireshark/wip.git] / epan /
2011-11-01 morrissDisable the CIP dissector until we can solve the fuzz...
2011-10-31 sfisherFix compilation error:
2011-10-31 guyOne "packet-" suffices.
2011-10-31 alagoutteFrom Martin Renold via https://bugs.wireshark.org/bugzi...
2011-10-31 alagoutteFrom Marek Tews via https://bugs.wireshark.org/bugzilla...
2011-10-31 etxrabTry to fix warnings.
2011-10-31 alagoutteFrom me via https://bugs.wireshark.org/bugzilla/show_bu...
2011-10-31 alagoutteFrom Thomas Dreibholz via https://bugs.wireshark.org...
2011-10-31 stigNo need to ep_strdup a string to lua_pushstring.
2011-10-31 etxrabSet the ENC_ on the remaining proto_add_item().
2011-10-30 stigDon't ep_strdup the protocol name when register a disse...
2011-10-30 stigFixed some coding errors:
2011-10-30 etxrabFix unused variable warnings.
2011-10-30 etxrabFrom Thomas Dreibholz:
2011-10-30 etxrabFrom Lori Tribble:
2011-10-30 etxrabFrom Martin Kaiser:
2011-10-30 etxrabFrom Pascal Quantin:
2011-10-30 stigIncrease the size of a unknown INTEGER to FT_INT64...
2011-10-30 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-10-30 guyClang Cat is watching you fail to check for a null...
2011-10-29 guyDon't set mr_mult_req_info->num_services *unless we...
2011-10-29 stigAdded support for big integer64 values.
2011-10-29 stigFixed max and min in sint24_from_unparsed() again.
2011-10-28 stigFixed max and min in sint24_from_unparsed().
2011-10-28 stigFixed a typo: strtoull() -> strtoul()
2011-10-28 stigSimplified code for checking integer ranges.
2011-10-28 stigAdded range checking for integers and give an appropria...
2011-10-28 stigPrefer previous error message if not having hfinfo...
2011-10-28 martinmFix the width of a type (and hopefully please the build...
2011-10-28 martinmFirst go at calling UMTS RLC dissector from IxCatapult...
2011-10-28 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-28 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-28 alagoutteFrom Xiao Xiangquan via https://bugs.wireshark.org...
2011-10-28 alagoutteFrom Xiao Xiangquan via https://bugs.wireshark.org...
2011-10-28 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-28 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-28 etxrabFrom Eliot:
2011-10-28 etxrabFrom Eliot:
2011-10-28 etxrabFrom Eliot:
2011-10-28 etxrabFrom Adam Mitz:
2011-10-27 wmeierFix proto_tree_add_item( encoding args;
2011-10-27 etxrab..Filter is not used any more.
2011-10-27 etxrabFix comparison with UAT keys.
2011-10-27 wmeierFix some proto_tree_add_item() encoding args;
2011-10-27 etxrabFix indentation.
2011-10-27 etxrabThe comparison with the UAT keys are broken, this is
2011-10-27 wmeierFix a typo.
2011-10-27 morrissCorrect an off-by-one error introduced in r39626.
2011-10-27 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-10-27 morrissFollowup to r39626: It is also necessary to initialize...
2011-10-27 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-10-26 wmeierFix a [-Wunused-but-set-variable] compiler warning;
2011-10-26 etxrabThe comparison with the UAT keys are broken, this is
2011-10-26 tuexenDeclare unused parameters as such. Don't assign them...
2011-10-26 wmeierFix proto_tree_add_item() encoding args.
2011-10-26 wmeierFix a proto_tree_add_item() encoding areg;
2011-10-26 wmeierFix proto_tree_add_item() encoding args;
2011-10-26 wmeierFix proto_tree_add_item() encoding args.
2011-10-26 wmeierFix proto_tree_add_item() encoding args;
2011-10-26 wmeierFix some proto_tree_add_item() encoding args.
2011-10-26 wmeierFix some proto_tree_add_item() encoding args;
2011-10-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-26 wmeierAdd missing hf[] entries (and fix proto_tree_add_item...
2011-10-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-26 stigRemoved duplicate enip.connection_transport_data entry.
2011-10-26 martinmAdd a newline at the end of this file.
2011-10-26 stigFixed compare functions for 64 bits integers:
2011-10-26 etxrabTry to get rid of defined but not used warnings.
2011-10-26 etxrabTry to fix
2011-10-26 etxrabFrom Michael Mann:
2011-10-25 wmeierFix proto_tree_add_item() encoding args.
2011-10-25 etxrabFix some set but not used [-Wunused-but-set-variable...
2011-10-25 wmeierFix proto_tree_add_item() encoding args.
2011-10-25 wmeierFix an encoding arg
2011-10-25 etxrabFrom Pascal Quantin.
2011-10-25 etxrabMake Custom.nmake usable.
2011-10-25 stigAllow signed integers displayed as BASE_HEX_DEC.
2011-10-25 wmeierFix proto_tree_add_item() encoding args.
2011-10-25 stigDisplay BASE_DEC_HEX correct for int64/uint64.
2011-10-25 wmeierFix encoding arg for ptvcursor_add() and ptvcursor_add_...
2011-10-25 wmeierFix encoding arg for call to tvb_get_unicode_string().
2011-10-25 cmaynardFix Coverity CID 432, "Missing Break".
2011-10-25 stigAdded another Lua warning:
2011-10-25 stigAdded Lua error messages when:
2011-10-25 stigAdded missing support for FT_INT64 in proto_tree_add_bi...
2011-10-25 stigSimplified code checking if FT_UINT64 is displayed...
2011-10-25 stigAllow signed integers displayed as DEC_HEX.
2011-10-25 stigFixed using signed 64-bits integer in custom column.
2011-10-25 stigRevert "Allow value_strings for FT_INT64 and FT_UINT64...
2011-10-25 stigAllow value_strings for FT_INT64 and FT_UINT64.
2011-10-25 guyAdd missing semicolon.
2011-10-25 etxrab Try to get rid of "defined but not used" warnings.
2011-10-25 etxrabFrom Neil Piercy:
2011-10-25 morrissFrom Michael Mann via https://bugs.wireshark.org/bugzil...
2011-10-25 morrissFrom Michael Mann via https://bugs.wireshark.org/bugzil...
next