aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-09 01:43:59 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-09 01:43:59 +0000
commitac3d1310b1b5ea05cc5cc83cf9fd447a2b501383 (patch)
tree5a7a3d2808605f00f29fad2d1b16527cc4edbc14 /packet-dcerpc-nt.h
parentac9d8d809a900491d269d9a25dad497935f92205 (diff)
Add a dissect_ndr_counted_byte_array_cb function which can take a callback
to call when dissecting the array data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7656 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-nt.h')
-rw-r--r--packet-dcerpc-nt.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h
index 0c33c1727f..a9329ab552 100644
--- a/packet-dcerpc-nt.h
+++ b/packet-dcerpc-nt.h
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001-2003 Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.h,v 1.42 2003/04/27 00:49:13 sahlberg Exp $
+ * $Id: packet-dcerpc-nt.h,v 1.43 2003/05/09 01:43:59 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -66,6 +66,13 @@ dissect_ndr_counted_byte_array(tvbuff_t *tvb, int offset,
char *drep, int hf_index);
int
+dissect_ndr_counted_byte_array_cb(tvbuff_t *tvb, int offset,
+ packet_info *pinfo, proto_tree *tree,
+ char *drep, int hf_index,
+ dcerpc_callback_fnct_t *callback,
+ void *callback_args);
+
+int
dissect_ndr_nt_acct_ctrl(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *parent_tree, char *drep);
int