diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-05-07 20:36:39 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-05-07 20:36:39 +0000 |
commit | 6ca59937d8fd2487a38a2d34db353560e7a2e048 (patch) | |
tree | e6b449c7b6c0731b2a870bfa2a79f4d32f840f41 /packet-rpc.h | |
parent | b9580ae826671fdf055ecd29486f6583e228a718 (diff) | |
download | wireshark-6ca59937d8fd2487a38a2d34db353560e7a2e048.tar.gz wireshark-6ca59937d8fd2487a38a2d34db353560e7a2e048.tar.bz2 wireshark-6ca59937d8fd2487a38a2d34db353560e7a2e048.zip |
Support for dissecting XDR arrays, from Ronnie Sahlberg.
svn path=/trunk/; revision=3400
Diffstat (limited to 'packet-rpc.h')
-rw-r--r-- | packet-rpc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-rpc.h b/packet-rpc.h index b1a3a4eecb..9d8147c7bd 100644 --- a/packet-rpc.h +++ b/packet-rpc.h @@ -1,6 +1,6 @@ /* packet-rpc.h * - * $Id: packet-rpc.h,v 1.26 2001/02/09 07:59:00 guy Exp $ + * $Id: packet-rpc.h,v 1.27 2001/05/07 20:36:39 guy Exp $ * * (c) 1999 Uwe Girlich * @@ -113,6 +113,9 @@ extern int dissect_rpc_list(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, old_dissect_function_t *rpc_list_dissector); extern int dissect_rpc_list_tvb(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, dissect_function_t *rpc_list_dissector); +extern int dissect_rpc_array_tvb(tvbuff_t *tvb, packet_info *pinfo, + proto_tree *tree, int offset, dissect_function_t *rpc_array_dissector, + int hfindex); extern int dissect_rpc_uint32(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, char* name); extern int dissect_rpc_uint32_tvb(tvbuff_t *tvb, packet_info *pinfo, |