Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-ncp2222.inc
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-14 Jakub ZawadzkiRemove not needed ';'
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-09-29 Michael MannConvert proto_tree_add_time_format to either proto_tree...
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-08 Evan HuusRestore some format arguments that were accidentally...
2013-09-08 Michael MannAdd filterable expert info to NCP dissector.
2013-07-22 Guy HarrisThe last argument to ptvcursor_add() is an encoding...
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-03-18 Anders BromanFrom beroset:
2013-02-15 Bill MeierFix a set of obscure bugs found by checkhf.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-04 Bill MeierFix 2 [-Wshadow] warnings.
2012-10-10 Greg MorrisProvide ability to find previous request packets in...
2012-09-27 Greg MorrisFix for buildbot warning on OSX-10.6-x64
2012-09-27 Greg MorrisAdded additional server information in NCP 23/17 reply...
2012-09-07 Jeff MorrissFrom Robert Bullen via https://bugs.wireshark.org/bugzi...
2012-09-01 Evan HuusRemove duplicate assignment (caught by cppcheck).
2012-08-10 Gerald CombsMake the corresponding packet_info available to each...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-07-15 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-17 Jeff MorrissAs suggested by Chris: use val_to_str_const() instead...
2011-05-17 Jeff MorrissAvoid passing a NULL string pointer to format routines...
2011-04-12 Bill MeierDon't assign to a proto_item * if the value won't be...
2011-02-19 Gerald CombsFix Visual C++ code analysis warnings.
2011-01-30 Stig BjørlykkeIntroduce "Fragment count" filter element for all proto...
2010-12-17 Stig BjørlykkeSwitched to bitwise & instead of logical && in bit...
2010-11-01 Bill MeierCompile (over 100) dfilters only if needed rather than...
2010-10-10 Bill MeierDefine some fcns & vars as static...
2010-06-09 Bill MeierDo some constifying (based upon gcc -Wwrite-strings...
2010-05-21 Guy HarrisHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2010-02-02 Stig BjørlykkeIntroduce "Reassembled length" filter element for all...
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-10-12 Bill MeierRemove #define which is no longer req'd.
2009-10-10 Bill MeierReplace use of GMemChunk by se_alloc;
2009-10-10 Bill MeierFix a benign no-effect bug;
2009-09-24 Kovarththanan Raja... Remove check_col() guard
2009-08-09 Kovarththanan Raja... Use PTREE_FINFO.
2009-05-13 Anders BromanApply some of the patches from:
2009-05-05 Guy HarrisThe expert_item pointers and expert_status values don...
2009-04-06 Gerald CombsMore size_t fixes.
2009-01-13 Jaap KeuterMake the column check actually check the information...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-09-08 Bill MeierFrom Pavol Rusnak: Add missing break statement....
2008-08-14 Greg MorrisFix for retransmission of fragmented NDS reply packets.
2008-08-04 Bill MeierPrint various uints with %u ...
2008-08-04 Bill MeierFix 2 bugs:
2008-08-04 Bill MeierAdjust various indentation/spacing; Do some minor refor...
2008-08-01 Anders BromanFrom Bill Meier:
2008-07-23 Jeff MorrissDon't use proto_tree_add_uint_hidden() any more: it...
2008-07-09 Bill MeierFix some spacing .....
2008-07-09 Bill MeierFix some mis-spellings
2008-06-25 Guy HarrisClean up indentation.
2008-03-01 Stig BjørlykkeRewrote to use g_strlcat and g_strlcpy.
2008-02-29 Greg MorrisError code 0x89a9 updated error message to be:
2007-12-13 Jörg MayerReplace // comments
2007-11-21 Gerald CombsDon't try to overwrite read-only memory. Fixes bug...
2007-11-08 Gerald CombsFix a couple of integer underflows.
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-10-17 Jaap KeuterMask error
2007-10-02 Stig BjørlykkeCheck return value from ptvcursor_add in an attempt...
2007-08-30 Greg MorrisAdd eDirectory iteration verb 0x6e.
2007-04-13 Stephen FisherFix various warnings
2007-03-29 Stephen FisherFix some more warnings
2007-01-18 Martin MathiesonAdd separate union entries to fvalue.value for signed...
2006-08-29 Greg MorrisFixes and updated files:
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-21 Ronnie Sahlbergname change
2006-04-03 Gerald CombsAdd a null pointer check. Fixes the current Buildbot...
2006-04-02 Anders BromanFrom Greg Morris:
2006-03-15 Jaap KeuterAdd missing preference storage.
2005-12-13 Gerald CombsThrow an exception if we have an invalid offset. Fixes...
2005-11-24 Anders BromanFrom Greg Morris:
2005-10-29 Guy HarrisGet rid of an unused variable.
2005-10-26 Guy HarrisDon't run "process_ptvc_record()" on replies unless...
2005-10-26 Guy HarrisAdd a comment.
2005-10-25 Guy HarrisPut the code to handle NDS ping replies and NDS replies...
2005-10-24 Guy HarrisAdd #defines for NDS tag values, and use them in the...
2005-10-22 Guy HarrisAdd #defines of NDS protocol types, and use them in...
2005-10-19 Guy HarrisAt least on Tiger, multiple definitions of an external...
2005-10-19 Gilbert RamirezFrom Greg Morris:
2005-10-16 Gerald CombsBreak out of an infinite loop. Fixes bug 535. Remove...
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-07-30 Jörg MayerMore char -> const char fixes
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-06-20 Gerald CombsFix a format string vulneratility in the AFP dissector...
2005-06-14 Gerald CombsFrom Steve Grubb:
2005-06-10 Ulf Lampingjust to get things straight: a dissector should *never...
2005-06-02 Ulf Lampingfix call to show_fragment_seq_tree() reported by buildbot
2005-04-29 Gerald CombsBreak out of another large-but-not-infinite loop. ...
next