aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afp.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-122/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2002-10-17From Didier Gautheron: better AFP 3.x dissector.Guy Harris1-1/+3
svn path=/trunk/; revision=6449
2002-05-03From Didier Gautheron:Guy Harris1-4/+3
afp : more calls. asp : move release transaction to atp. dissect asp call. fix a bug with transaction handling (conversation +tid are not enough as key ). atp : deal with one packet transaction without ATP_EOM. dsi: safeguard against overflow for unreassembled packet. more flags decoded. Update the "packet-atalk.c" comment to reflect all the protocols in it. svn path=/trunk/; revision=5376
2002-04-30From Didier Gautheron:Guy Harris1-7/+30
more calls supported in AFP; ATP desegmentation; show the name for NBP function 1 (broadcast request); "get status" reply for DSI. svn path=/trunk/; revision=5316
2002-04-28Updates from Didier Gautheron:Guy Harris1-1/+2
More calls, more fields, and other updates, for AFP. Decode the error code for DSI. Also, have separate fields for the code field in DSI when it's a data offset and when it's an error code. svn path=/trunk/; revision=5270
2002-04-25ATP, ASP, and AFP support, from Didier Gautheron.Guy Harris1-0/+97
svn path=/trunk/; revision=5254