aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-25 08:02:01 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-25 08:02:01 +0000
commit7f0ef5ec87b4b537ce0ae544925707eb19a09be8 (patch)
tree70b00c5b67144d9461c49fa3d61bd2b8cfe0a2f1 /packet-smb-common.h
parent886b4994ec192ca88acb5f1fe76a82e4f87e1e4b (diff)
From Tim Potter: NT SID dissection.
Don't label the SID in an ACE as an "NT SID SID", label it as an "NT ACE SID". svn path=/trunk/; revision=4607
Diffstat (limited to 'packet-smb-common.h')
-rw-r--r--packet-smb-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-smb-common.h b/packet-smb-common.h
index 7a96327b99..b9430ac69f 100644
--- a/packet-smb-common.h
+++ b/packet-smb-common.h
@@ -2,7 +2,7 @@
* Routines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb-common.h,v 1.5 2002/01/21 07:36:42 guy Exp $
+ * $Id: packet-smb-common.h,v 1.6 2002/01/25 08:02:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -58,4 +58,6 @@ int display_unicode_string(tvbuff_t *tvb, packet_info *pinfo,
int display_ms_string(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, int hf_index);
+int dissect_nt_sid(tvbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *parent_tree, char *name);
+
#endif