dsniff
2.4b2
About: A collection of tools for network auditing
![]() ![]() |
#include <rpc.h>
Data Fields | |
u_int32_t | xid |
u_int32_t | prog |
u_int32_t | vers |
u_int32_t | proc |
void * | data |
void* xid_map::data |
Definition at line 22 of file rpc.h.
Referenced by decode_mountd(), decode_nfs(), decode_portmap(), decode_ypserv(), nfs2_reply(), nfs3_reply(), and xid_map_enter().
u_int32_t xid_map::proc |
Definition at line 21 of file rpc.h.
Referenced by nfs2_reply(), nfs3_reply(), and xid_map_enter().
u_int32_t xid_map::prog |
Definition at line 19 of file rpc.h.
Referenced by xid_map_enter().
u_int32_t xid_map::vers |
Definition at line 20 of file rpc.h.
Referenced by decode_nfs(), and xid_map_enter().
u_int32_t xid_map::xid |
Definition at line 18 of file rpc.h.
Referenced by xid_map_enter(), and xid_map_find().