aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.h
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>1999-12-02 11:46:12 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>1999-12-02 11:46:12 +0000
commit024948f3a6aae732886d13ce1a02d357e9081cdb (patch)
tree5fd165bc447ec5d4aa2487c9b1c81b8dbb391f8b /packet-rpc.h
parent5734ebe43c7f38596018befb3e6e38b5d73473c7 (diff)
prototype for dissect_rpc_data()
svn path=/trunk/; revision=1184
Diffstat (limited to 'packet-rpc.h')
-rw-r--r--packet-rpc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-rpc.h b/packet-rpc.h
index 40d90f5cad..b81a43bd65 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.9 1999/11/19 23:23:41 guy Exp $ */
+/* $Id: packet-rpc.h,v 1.10 1999/12/02 11:46:12 girlich Exp $ */
#ifndef __PACKET_RPC_H__
#define __PACKET_RPC_H__
@@ -99,6 +99,8 @@ extern void cleanup_dissect_rpc();
extern unsigned int rpc_roundup(unsigned int a);
extern int dissect_rpc_string(const u_char *pd, int offset, frame_data *fd,
proto_tree *tree, int hfindex);
+extern int dissect_rpc_data(const u_char *pd, int offset, frame_data *fd,
+ proto_tree *tree, int hfindex);
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,