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