aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-25Use "tvb_get_string()" rather than duplicating its functionality byGuy Harris1-17/+10
2003-12-13Put in URLs for the AFP 3.1 spec.Guy Harris1-16/+142
2003-12-11prevent MSVC warning:Ulf Lamping1-3/+3
2003-12-08From Didier Gautheron: add offset and size parameters in info colum forGuy Harris1-5/+34
2003-06-26From Didier Gautheron: get rid of unused value_string table.Guy Harris1-16/+1
2003-06-07From Didier Gautheron:Guy Harris1-5/+7
2003-05-15From Didier Gautheron: add the right decoding for AFP3.1 FPCatSearchExtGuy Harris1-34/+90
2003-03-30From Didier Gautheron: bug fix plus a new command decoded.Guy Harris1-17/+68
2003-02-12From Didier Gautheron: add AFP3 setforkparam 64 bits parameters.Guy Harris1-4/+16
2003-01-19From Didier Gautheron:Guy Harris1-42/+115
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constGuy Harris1-4/+4
2002-10-25From Didier Gautheron: handle the padding in AFP login packets that putGuy Harris1-2/+3
2002-10-17From Didier Gautheron: better AFP 3.x dissector.Guy Harris1-85/+421
2002-10-09From Didier Gautheron: add AFP 3.1's FPEnumerateExt2 call, and add aGuy Harris1-1/+58
2002-09-18From Didier Gautheron: bail out in "loop_record()" if the size of theGuy Harris1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-238/+238
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-29From Didier Gautheron: add FPGetUserInfo.Guy Harris1-1/+107
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
2002-06-20From Didier Gautheron: assorted small fixes, more AFP calls, and DSI/ASPGuy Harris1-5/+343
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-3/+5
2002-05-11From Didier Gautheron: do case-insensitive comparison against theGuy Harris1-4/+20
2002-05-03From Didier Gautheron:Guy Harris1-21/+55
2002-05-01Mark some unused arguments as such.Guy Harris1-36/+36
2002-04-30From Didier Gautheron:Guy Harris1-72/+253
2002-04-29Have separate fields for volume, long file name, short file name, andGuy Harris1-53/+143
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+3
2002-04-28Show unknown AFP command codes in decimal in the summary line, as weGuy Harris1-2/+2
2002-04-28Mark requests as such in the Info column.Guy Harris1-3/+3
2002-04-28Set the nanoseconds value of time stamps to 0, rather than usingGuy Harris1-1/+2
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris1-31/+30
2002-04-28Give AFP messages the same names they're given in Apple's documentation.Guy Harris1-55/+55
2002-04-28Clean up field names and descriptions.Guy Harris1-357/+455
2002-04-28Decode replies to FPWrite.Guy Harris1-10/+27
2002-04-28Updates from Didier Gautheron:Guy Harris1-137/+1434
2002-04-25ATP, ASP, and AFP support, from Didier Gautheron.Guy Harris1-0/+1852