aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-238/+238
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Didier Gautheron: add FPGetUserInfo.Guy Harris2002-07-291-1/+107
* From Joerg Mayer:Guy Harris2002-07-171-6/+1
* From Didier Gautheron: assorted small fixes, more AFP calls, and DSI/ASPGuy Harris2002-06-201-5/+343
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-3/+5
* From Didier Gautheron: do case-insensitive comparison against theGuy Harris2002-05-111-4/+20
* From Didier Gautheron:Guy Harris2002-05-031-21/+55
* Mark some unused arguments as such.Guy Harris2002-05-011-36/+36
* From Didier Gautheron:Guy Harris2002-04-301-72/+253
* Have separate fields for volume, long file name, short file name, andGuy Harris2002-04-291-53/+143
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-2/+3
* Show unknown AFP command codes in decimal in the summary line, as weGuy Harris2002-04-281-2/+2
* Mark requests as such in the Info column.Guy Harris2002-04-281-3/+3
* Set the nanoseconds value of time stamps to 0, rather than usingGuy Harris2002-04-281-1/+2
* Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris2002-04-281-31/+30
* Give AFP messages the same names they're given in Apple's documentation.Guy Harris2002-04-281-55/+55
* Clean up field names and descriptions.Guy Harris2002-04-281-357/+455
* Decode replies to FPWrite.Guy Harris2002-04-281-10/+27
* Updates from Didier Gautheron:Guy Harris2002-04-281-137/+1434
* ATP, ASP, and AFP support, from Didier Gautheron.Guy Harris2002-04-251-0/+1852