diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-11-05 07:16:23 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-11-05 07:16:23 +0000 |
commit | 0978f3c2de0ab36a64d74f0ce32f42d50a4085f1 (patch) | |
tree | c918853c5b56508e9106227a592be239d8bd2a46 /packet-rpc.h | |
parent | bc4943e630b6896f693236d5a1f9e80dfbe2e2a8 (diff) | |
download | wireshark-0978f3c2de0ab36a64d74f0ce32f42d50a4085f1.tar.gz wireshark-0978f3c2de0ab36a64d74f0ce32f42d50a4085f1.tar.bz2 wireshark-0978f3c2de0ab36a64d74f0ce32f42d50a4085f1.zip |
Updates to the ONC RPC and NFS code, from Uwe Girlich.
svn path=/trunk/; revision=976
Diffstat (limited to 'packet-rpc.h')
-rw-r--r-- | packet-rpc.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packet-rpc.h b/packet-rpc.h index 1208c85709..007da7c1fb 100644 --- a/packet-rpc.h +++ b/packet-rpc.h @@ -1,5 +1,5 @@ /* packet-rpc.h (c) 1999 Uwe Girlich */ -/* $Id: packet-rpc.h,v 1.1 1999/10/29 01:11:22 guy Exp $ */ +/* $Id: packet-rpc.h,v 1.2 1999/11/05 07:16:23 guy Exp $ */ #ifndef __PACKET_RPC_H__ #define __PACKET_RPC_H__ @@ -96,7 +96,10 @@ extern void init_dissect_rpc(); extern void cleanup_dissect_rpc(); extern unsigned int roundup(unsigned int a); - +extern int dissect_rpc_uint32(const u_char *pd, int offset, frame_data *fd, + proto_tree *tree, char* name, char* type); +extern int dissect_rpc_uint64(const u_char *pd, int offset, frame_data *fd, + proto_tree *tree, char* name, char* type); #endif /* packet-rpc.h */ |