aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afp.c
AgeCommit message (Collapse)AuthorFilesLines
2002-05-11From Didier Gautheron: do case-insensitive comparison against theGuy Harris1-4/+20
authentication mode, and add support for the "exchange file" operation. svn path=/trunk/; revision=5449
2002-05-03From Didier Gautheron:Guy Harris1-21/+55
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-05-01Mark some unused arguments as such.Guy Harris1-36/+36
Fix white space. svn path=/trunk/; revision=5339
2002-04-30From Didier Gautheron:Guy Harris1-72/+253
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-29Have separate fields for volume, long file name, short file name, andGuy Harris1-53/+143
Unicode file name offsets. Display the "UNIX privileges" field as a 4-longword structure, as part of the AFP 3.0 spec claims; unfortunately, another part claims it's only 4 bytes, but, unless a "long" is 8 bits, one or the other claim must be false. Completely get rid of the static "afp_handle" variable - it's not necessary. Put the Unicode name offset into the tree, if present, in "parse_file_bitmap()" and "parse_dir_bitmap()". Get rid of some unused variables. Put the newline mask and character into the tree for FPRead. svn path=/trunk/; revision=5289
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+3
functions, from David Frascone. svn path=/trunk/; revision=5288
2002-04-28Show unknown AFP command codes in decimal in the summary line, as weGuy Harris1-2/+2
show them in decimal in the protocol tree. svn path=/trunk/; revision=5282
2002-04-28Mark requests as such in the Info column.Guy Harris1-3/+3
svn path=/trunk/; revision=5278
2002-04-28Set the nanoseconds value of time stamps to 0, rather than usingGuy Harris1-1/+2
whatever random junk was in there. svn path=/trunk/; revision=5276
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris1-31/+30
dissector, so it can show them as replies. Put the command code into the protocol tree for replies. Fix some additional AFP function names to match the names in the AFP spec. svn path=/trunk/; revision=5275
2002-04-28Give AFP messages the same names they're given in Apple's documentation.Guy Harris1-55/+55
svn path=/trunk/; revision=5274
2002-04-28Clean up field names and descriptions.Guy Harris1-357/+455
Clean up white space. svn path=/trunk/; revision=5273
2002-04-28Decode replies to FPWrite.Guy Harris1-10/+27
svn path=/trunk/; revision=5271
2002-04-28Updates from Didier Gautheron:Guy Harris1-137/+1434
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/+1852
svn path=/trunk/; revision=5254