| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
value_string in the call to prc_init_proc_table()
svn path=/trunk/; revision=6528
|
|
|
|
|
|
|
|
|
|
|
|
| |
value for a field to be used for the procedure number for that version
of the protocol; use that field, if specified, instead of just putting
in a generic "rpc.procedure" field.
Have the ypserv dissector register those fields and supply them to
"rpc_init_proc_table()". Supply -1 for other RPC programs (for now),
meaning "no such field exists".
svn path=/trunk/; revision=6486
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Update his e-mail address in the AUTHORS file while we're at it.
svn path=/trunk/; revision=5923
|
|
|
|
|
|
|
|
|
| |
static, and add a new "packet-data.h" to declare "proto_data".
Display escape sequences in octal in the IAPP dissector, as is now done
in the RADIUS dissector.
svn path=/trunk/; revision=5441
|
|
|
|
| |
svn path=/trunk/; revision=5250
|
|
|
|
| |
svn path=/trunk/; revision=5090
|
|
|
|
|
|
|
| |
of work *and* gets rid of the incorrect "convert from network to host
byte order and then byte-swap" code.
svn path=/trunk/; revision=5075
|
|
|
|
| |
svn path=/trunk/; revision=5074
|
|
|
|
| |
svn path=/trunk/; revision=5072
|
|
|
|
|
|
| |
related protocols.
svn path=/trunk/; revision=4533
|
|
|
|
|
|
|
| |
"header_field_info" structure, including the ones that are later set by
the routines to register fields.
svn path=/trunk/; revision=3561
|
|
|
|
|
|
|
|
|
| |
rid of support for them, and remove the "_tvb" from the end of the names
of RPC type dissection routines.
Update Gerald's e-mail address.
svn path=/trunk/; revision=3477
|
|
|
|
|
|
| |
it must be FT_BYTES, not FT_STRING.
svn path=/trunk/; revision=3441
|
|
|
|
| |
svn path=/trunk/; revision=3291
|
|
|
|
|
|
| |
order.
svn path=/trunk/; revision=2996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
either with a table of old-style dissectors or a table of tvbuffified
dissectors, and have the RPC dissector pass the appropriate arguments to
the dissectors.
Finish tvbuffifying the NLM dissector, getting rid of the last traces of
old-style dissector code.
In those routines in the NFS dissector that take new-style arguments
(because they're called from the NLM dissector), make them take an
offset as an argument, so they don't assume that they're handed a tvbuff
starting at the stuff they're supposed to dissect, and make the versions
that take old-style arguments construct a tvbuff and call the versions
that take new-style arguments. Do the latter with the routines in
"packet-rpc.c" as well.
svn path=/trunk/; revision=2943
|
|
svn path=/trunk/; revision=2941
|