aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-08-14Fix a few typos & spelling errorsBill Meier1-2/+2
2008-04-21From Alex deVries (bug 2486):Stig Bjørlykke1-0/+23
2008-04-09Remove:Anders Broman1-4/+0
2008-03-14Update documentation links.Guy Harris1-5/+9
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-4/+8
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman1-76/+80
2007-06-13Include a link to the AFP reference, as well as to the programmingGuy Harris1-0/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-4/+4
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-4/+6
2007-03-26From Peter Johansson:Stephen Fisher1-3/+1
2007-03-23fix some more warningsUlf Lamping1-1/+1
2007-02-19packet-afp: remove unneeded line of code;Bill Meier1-1/+0
2006-11-14nikai@nikai.net:Jörg Mayer1-2/+0
2006-07-11More from Ilja van Sprundel. When we call tvb_new_subset() with aGerald Combs1-37/+53
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-10-13From DidierAnders Broman1-1/+1
2005-09-09From Didier Gautheron: pass error replies to the tap.Guy Harris1-6/+6
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-7/+4
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris1-9/+77
2005-08-13gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-19/+3
2005-08-10convert to tvb_get_ephemeral_stringz() and fix an obvious memleakRonnie Sahlberg1-1/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-27Fix >2600 warnings by doing char -> const char changes.Jörg Mayer1-3/+4
2005-07-27*Removing* an include is usally not the right way of removing warnings;Guy Harris1-1/+1
2005-07-26From Maynard, Chris :Anders Broman1-10/+11
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-3/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-2/+2
2005-06-19from Didier GautheronLuis Ontanon1-15/+1075
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+4740