diff options
author | Uwe Girlich <Uwe.Girlich@philosys.de> | 2000-03-09 12:05:32 +0000 |
---|---|---|
committer | Uwe Girlich <Uwe.Girlich@philosys.de> | 2000-03-09 12:05:32 +0000 |
commit | 9434d6c0089ef983095f4bfb40e71dbab37c395c (patch) | |
tree | 1fa94480e200fb08de88d13bfe351df22d3e034b /packet-rpc.h | |
parent | 050979d522abbdf9e894b38851c96208f55c5a6d (diff) | |
download | wireshark-9434d6c0089ef983095f4bfb40e71dbab37c395c.tar.gz wireshark-9434d6c0089ef983095f4bfb40e71dbab37c395c.tar.bz2 wireshark-9434d6c0089ef983095f4bfb40e71dbab37c395c.zip |
Prototype for new dissect_rpc_list() function.
svn path=/trunk/; revision=1704
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 460c0b55ec..9f01444a87 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.13 2000/02/15 21:03:00 gram Exp $ */ +/* $Id: packet-rpc.h,v 1.14 2000/03/09 12:05:32 girlich Exp $ */ #ifndef __PACKET_RPC_H__ #define __PACKET_RPC_H__ @@ -104,6 +104,8 @@ extern int dissect_rpc_string(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, int hfindex, char **string_buffer_ret); extern int dissect_rpc_data(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, int hfindex); +extern int dissect_rpc_list(const u_char *pd, int offset, frame_data *fd, + proto_tree *tree, dissect_function_t *rpc_list_dissector); 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, |