From 7f0ef5ec87b4b537ce0ae544925707eb19a09be8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 25 Jan 2002 08:02:01 +0000 Subject: 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 --- packet-smb-common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packet-smb-common.h') 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 * - * $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 @@ -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 -- cgit v1.2.3