diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2003-05-21 10:16:10 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2003-05-21 10:16:10 +0000 |
commit | 14f5d761c197c141b6577c208e991f822394009b (patch) | |
tree | 3a16f066c01d0f011a856f62f4582998df0ba517 /packet-smb-common.h | |
parent | 8271c6a106335903b253f784f923d0fd0780a0ae (diff) | |
download | wireshark-14f5d761c197c141b6577c208e991f822394009b.tar.gz wireshark-14f5d761c197c141b6577c208e991f822394009b.tar.bz2 wireshark-14f5d761c197c141b6577c208e991f822394009b.zip |
Change the interface to dissect_nt_sid so that we can provide a hf field to use
to describe the sid instead of the default smb.sid one
svn path=/trunk/; revision=7708
Diffstat (limited to 'packet-smb-common.h')
-rw-r--r-- | packet-smb-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb-common.h b/packet-smb-common.h index 74e8bdcf65..ec43fbe8d2 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.23 2003/05/15 02:14:00 tpot Exp $ + * $Id: packet-smb-common.h,v 1.24 2003/05/21 10:16:10 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -56,7 +56,7 @@ const gchar *get_unicode_or_ascii_string(tvbuff_t *tvb, int *offsetp, int dissect_smb_64bit_time(tvbuff_t *tvb, proto_tree *tree, int offset, int hf_date); int dissect_nt_sid(tvbuff_t *tvb, int offset, proto_tree *parent_tree, - char *name, char **sid_str); + char *name, char **sid_str, int hf_sid); /* * Stuff for dissecting NT access masks |