aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-06 16:30:14 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-06 16:30:14 +0000
commitc278a0ac0aa851c7ed37961039802dc7f2ee1b5b (patch)
treebb0b232c81309d665897b2d51fa3e79f002b1761 /epan/dissectors/packet-dcerpc-nt.h
parenta4b4c92a45b260b9bdd31bddfec9ef8f9693ff66 (diff)
SID28 is special kind of SID where no matter what it uses 28 bytes it's used in the DRS protocol. Bug 9337 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9337)
From Matthieu Patou svn path=/trunk/; revision=53106
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 8bb25dbba1..6c2c22ef2d 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -184,6 +184,9 @@ dissect_ndr_nt_SID_AND_ATTRIBUTES(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
dcerpc_info *di, guint8 *drep);
+int
+dissect_ndr_nt_SID28(tvbuff_t *tvb, int offset, packet_info *pinfo,
+ proto_tree *tree, dcerpc_info *di, guint8 *drep);
/*
* Policy handle hashing
*/