Add support for "--with-plugindir=<plugin install dir>" to configure.
[metze/wireshark/wip.git] / packet-rpc.h
index 40d90f5cada6110fe46f853f2faf40d87d5e2e63..2b7d1edc3b9acb6df8d343a53eca670759d9ea15 100644 (file)
@@ -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.11 1999/12/14 11:40:27 girlich Exp $ */
 
 #ifndef __PACKET_RPC_H__
 #define __PACKET_RPC_H__
@@ -97,8 +97,12 @@ extern void init_dissect_rpc();
 extern void cleanup_dissect_rpc();
 
 extern unsigned int rpc_roundup(unsigned int a);
+extern int dissect_rpc_bool(const u_char *pd, int offset, frame_data *fd,
+       proto_tree *tree, int hfindex);
 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,