| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Update some references to refer to the 3.1 spec.
Fix up the handling of the request bitmap in CatSearch and CatSearchExt.
svn path=/trunk/; revision=9258
|
|
|
|
|
|
|
| |
"warning C4761: Gr��enkonflikt im Argument. Konvertierung vorgenommen"
-> size conflict in argument, conversion done
svn path=/trunk/; revision=9244
|
|
|
|
|
|
| |
read and write commands.
svn path=/trunk/; revision=9201
|
|
|
|
| |
svn path=/trunk/; revision=7944
|
|
|
|
|
|
|
|
|
| |
Unix Privilege defined as bit 14 for directories seems to be an
error in AFP3.0.pdf.
AFP3.1.pdf and AFP3.0 traffic capture use bit 15 for files and
directories.
svn path=/trunk/; revision=7801
|
|
|
|
|
|
| |
call.
svn path=/trunk/; revision=7674
|
|
|
|
| |
svn path=/trunk/; revision=7382
|
|
|
|
| |
svn path=/trunk/; revision=7130
|
|
|
|
|
|
|
|
|
|
|
| |
fix a padding issue and a problem where the spec appears to give
the size of the AFP session token length incorrectly (changed to
match what's captured, not what the spec says);
provide more verbose messages in the Info column and decode more
parameters for login packets.
svn path=/trunk/; revision=6938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pointers.
The first argument to "sscanf()" is a "const char *"; don't cast const
pointers to "char *" when passing them to "sscanf()".
Assign the result of "tvb_get_ptr()" to const pointers, not non-const
pointers.
Make the "pdata" argument to various DCE routines a const pointer.
svn path=/trunk/; revision=6688
|
|
|
|
|
|
| |
the password on an even boundary.
svn path=/trunk/; revision=6509
|
|
|
|
| |
svn path=/trunk/; revision=6449
|
|
|
|
|
|
| |
warning when TCP or UDP ports are reused in different conversations.
svn path=/trunk/; revision=6391
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
structure to be dissected is 0.
Also, in "loop_record()":
Make the variable in which that size is stored a "guint" to
avoid overflows.
Free up the name string as soon as we're done with it, so that
we won't leak it if we throw an exception.
svn path=/trunk/; revision=6301
|
|
|
|
|
|
|
| |
winapi_cleanup tool written by Patrik Stridvall for the wine
project.
svn path=/trunk/; revision=6117
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=5911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
error code in the Info column.
svn path=/trunk/; revision=5712
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
authentication mode, and add support for the "exchange file" operation.
svn path=/trunk/; revision=5449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Fix white space.
svn path=/trunk/; revision=5339
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
functions, from David Frascone.
svn path=/trunk/; revision=5288
|
|
|
|
|
|
| |
show them in decimal in the protocol tree.
svn path=/trunk/; revision=5282
|
|
|
|
| |
svn path=/trunk/; revision=5278
|
|
|
|
|
|
| |
whatever random junk was in there.
svn path=/trunk/; revision=5276
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=5274
|
|
|
|
|
|
| |
Clean up white space.
svn path=/trunk/; revision=5273
|
|
|
|
| |
svn path=/trunk/; revision=5271
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
svn path=/trunk/; revision=5254
|