summaryrefslogtreecommitdiff
path: root/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-11 00:15:20 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-11 00:15:20 +0000
commit7900235dad0938f05e95c112a3a0148096567c63 (patch)
tree8a06b9c0215f0c357a8b78f19eb03049e58b6549 /packet-dcerpc-nt.h
parentf060b0c68ca99619d9d2110cb278e9be60e52fbe (diff)
downloadwireshark-7900235dad0938f05e95c112a3a0148096567c63.tar.gz
Move the STRING dissector to packet-dcerpc-nt.c and add one more parameter
to make it more similar to the UNICODE_STRING dissector. svn path=/trunk/; revision=4920
Diffstat (limited to 'packet-dcerpc-nt.h')
-rw-r--r--packet-dcerpc-nt.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h
index e25445a4ea..f72568eb92 100644
--- a/packet-dcerpc-nt.h
+++ b/packet-dcerpc-nt.h
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.h,v 1.9 2002/03/11 00:00:15 sahlberg Exp $
+ * $Id: packet-dcerpc-nt.h,v 1.10 2002/03/11 00:15:20 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -84,6 +84,14 @@ int
dissect_ndr_nt_UNICODE_STRING(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
char *drep, int hf_index, int levels);
+int
+dissect_ndr_nt_STRING_string (tvbuff_t *tvb, int offset,
+ packet_info *pinfo, proto_tree *tree,
+ char *drep);
+int
+dissect_ndr_nt_STRING (tvbuff_t *tvb, int offset,
+ packet_info *pinfo, proto_tree *parent_tree,
+ char *drep, int hf_index, int levels);
int
dissect_ndr_nt_acct_ctrl(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *parent_tree, char *drep);