diff options
author | Uwe Girlich <Uwe.Girlich@philosys.de> | 1999-12-14 11:40:27 +0000 |
---|---|---|
committer | Uwe Girlich <Uwe.Girlich@philosys.de> | 1999-12-14 11:40:27 +0000 |
commit | 6b71ec439558d36e35b8236e57d60f75e27597af (patch) | |
tree | 60dbdc79ecdbe8505eec3440cf74d781ea9a3bca /packet-rpc.h | |
parent | dbc4cd9530f415f6d4dcd95027df8442a4b16ae1 (diff) | |
download | wireshark-6b71ec439558d36e35b8236e57d60f75e27597af.tar.gz wireshark-6b71ec439558d36e35b8236e57d60f75e27597af.tar.bz2 wireshark-6b71ec439558d36e35b8236e57d60f75e27597af.zip |
Prototype for dissect_rpc_bool().
svn path=/trunk/; revision=1327
Diffstat (limited to 'packet-rpc.h')
-rw-r--r-- | packet-rpc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-rpc.h b/packet-rpc.h index b81a43bd65..2b7d1edc3b 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.10 1999/12/02 11:46:12 girlich 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,6 +97,8 @@ 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, |