aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-05 07:16:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-05 07:16:23 +0000
commit883cb80c242d514cbc27c9df7a04f523d8ead50c (patch)
treec918853c5b56508e9106227a592be239d8bd2a46 /packet-rpc.h
parent19a1ebc17ba33ac31d8acccf416bc58ed1e5a39d (diff)
Updates to the ONC RPC and NFS code, from Uwe Girlich.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@976 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rpc.h')
-rw-r--r--packet-rpc.h7
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 */