aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-07 20:36:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-07 20:36:39 +0000
commit2d06b255d3816669277ed53695b9a570da5806d3 (patch)
treee6b449c7b6c0731b2a870bfa2a79f4d32f840f41 /packet-rpc.h
parent3151f097209d6cfb689063fe8154e67ed0e85a82 (diff)
Support for dissecting XDR arrays, from Ronnie Sahlberg.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3400 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rpc.h')
-rw-r--r--packet-rpc.h5
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,