aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afp.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-238/+238
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
2002-07-29From Didier Gautheron: add FPGetUserInfo.Guy Harris1-1/+107
svn path=/trunk/; revision=5911
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
dftest.c: Remove #if-0-ed includes packet-ieee80211.c, packet-wtls.c, packet-afp.c, packet-wsp.c, packet-wtp.c, ethereal_gen.py: Remove redundant include varargs (already in snprintf.h, and required only for snprintf.h) Remove unused include of snprintf.h from files not using "snprintf()". svn path=/trunk/; revision=5889
2002-06-20From Didier Gautheron: assorted small fixes, more AFP calls, and DSI/ASPGuy Harris1-5/+343
error code in the Info column. svn path=/trunk/; revision=5712
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-3/+5
argument to "tvb_new_subset()" - just use -1 if the subset tvbuff is to run to the end of the parent tvbuff. svn path=/trunk/; revision=5599
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