aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-06 08:07:17 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-06 08:07:17 +0000
commit0a8632d53f31b7ab0e677bb3e3f2898e6daa0093 (patch)
tree2541eea0d89ee9b5065549872c7e573f22e24330 /epan/dissectors/packet-dcerpc-nt.h
parentd5a859d6336b6cc6239396c4bfc121de4786725f (diff)
more updates to samr to harmonize it with samba
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30354 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 4c51fc25f9..988e8d8300 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -129,6 +129,11 @@ dissect_nt_GUID(tvbuff_t *tvb, int offset,
guint8 *drep);
int
+dissect_ndr_lsa_String(tvbuff_t *tvb, int offset, packet_info *pinfo,
+ proto_tree *parent_tree, guint8 *drep,
+ guint32 param, int hfindex);
+
+int
dissect_ndr_nt_NTTIME (tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
guint8 *drep, int hf_index);