Update Free Software Foundation address.
[metze/wireshark/wip.git] / epan / dissectors / packet-afp.c
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-06 Pascal QuantinFrom Frank Lahm via https://bugs.wireshark.org/bugzilla...
2012-06-04 Anders BromanGet rid of a couple of warnings.
2012-05-19 Bill MeierFix some "warning: Value stored to '...' is never read...
2012-05-15 pascalSpaces -> tabs
2012-05-15 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-05-15 pascalFrom Alexander Lüders & Frank Lahm via https://bugs...
2012-05-14 pascalFrom Frank Lahm via https://bugs.wireshark.org/bugzilla...
2012-05-13 pascalFrom Frank Lahm via https://bugs.wireshark.org/bugzilla...
2012-05-11 pascalFrom Frank Lahm:
2012-05-08 pascalRemove unused hf entries
2012-05-08 pascalFrom Frank Lahm:
2012-05-08 Anders BromanFrom Frank Lahm:
2012-04-30 Bill MeierDon't use tabs in string constants;
2012-04-27 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20120...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-02-20 Bill Meier(Trivial) Fix a typo in a comment; Do some whitespace...
2011-12-04 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-19 Stephen FisherFix Coverity ID #1288: UNUSED_VALUE in spotlight_dissec...
2011-10-19 Stephen FisherFix Coverity ID 1300: UNUSED_VALUE in dissect_spotlight...
2011-10-17 Chris MaynardCleanup AFP Version display filter name.
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-02 Guy HarrisSquelch some more warnings.
2011-10-02 Guy HarrisSquelch warnings (at that point, toc_offset has been...
2011-10-02 Guy HarrisSQ_TYPE_NULL appears to do run-length encoding of nulls...
2011-09-28 Guy HarrisQuit if we have a zero-length query, so we don't loop...
2011-09-21 Anders BromanMake query_length a gint as the lenght argument to...
2011-09-20 Guy HarrisFrom Frank Lahm: Complete dissection of AFP FPSpotlight...
2011-09-20 Guy HarrisUse ENC_ values in proto_tree_add_item() calls. Use...
2011-06-17 Stig BjørlykkeAdded some casts from spotlight_ntoh64 to guint.
2011-05-26 Anders BromanFrom Michael Mann.
2011-01-16 Jeff MorrissUse tvb_memeql().
2010-11-08 Bill MeierUse value_string_ext fcns to access certain value_strin...
2010-09-24 Jeff Morriss(Refining the regexp...) Replace blurbs that match...
2010-09-24 Jeff MorrissReplace another blurb that matches the name (case insen...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-09-08 Stephen FisherFrom Frank Lahm via bug #5169: Provide initial support...
2010-08-27 Guy HarrisUpdate some links.
2010-08-27 Stig BjørlykkeFrom Frank Lahm via bug 5136:
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-06 Bill MeierUse consistent indentation & whitespace.
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-03-03 Anders Bromanremove check_col
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-09-30 Bill MeierRemove some unneeded (indirect) 'if(check_col()......
2009-09-15 Jeff MorrissFrom Didier Gautheron via https://bugs.wireshark.org...
2009-09-10 Anders BromanFrom Alex deVries:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-25 Stig BjørlykkeAdded an expert info for "IP port reused".
2009-05-17 Gerald CombsFrom Didier Gautheron via bug 3210:
2009-03-23 Stig BjørlykkeFixed some data types to remove some warnings.
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-08-14 Bill MeierFix a few typos & spelling errors
2008-04-21 Stig BjørlykkeFrom Alex deVries (bug 2486):
2008-04-09 Anders BromanRemove:
2008-03-14 Guy HarrisUpdate documentation links.
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-15 Anders BromanImplement some of the minor possible speed improvment...
2007-06-13 Guy HarrisInclude a link to the AFP reference, as well as to...
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-27 Stephen FisherFix about 100 simple to fix warnings from gcc 4.0 in...
2007-03-26 Stephen FisherFrom Peter Johansson:
2007-03-23 Ulf Lampingfix some more warnings
2007-02-19 Bill Meierpacket-afp: remove unneeded line of code;
2006-11-14 Jörg Mayernikai@nikai.net:
2006-07-11 Gerald CombsMore from Ilja van Sprundel. When we call tvb_new_subs...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-01-05 Jörg MayerBill Meier:
2005-10-13 Anders BromanFrom Didier
2005-09-09 Guy HarrisFrom Didier Gautheron: pass error replies to the tap.
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 Guy HarrisFor AFP requests, add in the frame with the (last part...
2005-08-13 Ronnie Sahlberggmemchunk -> se_alloc() improvements
2005-08-10 Ronnie Sahlbergconvert to tvb_get_ephemeral_stringz() and fix an obvio...
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-08 Ulf Lampingvarious code cleanup:
2005-07-27 Jörg MayerFix >2600 warnings by doing char -> const char changes.
2005-07-27 Guy Harris*Removing* an include is usally not the right way of...
2005-07-26 Anders BromanFrom Maynard, Chris :
2005-07-24 Ronnie Sahlbergconvert some uses of tvb_get_string() to ep_tvb_get_str...
2005-06-20 Gerald CombsFix a format string vulneratility in the AFP dissector...
2005-06-19 Luis Ontanonfrom Didier Gautheron
2005-02-02 Anders BromanFrom Jon Ringle:
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.