summaryrefslogtreecommitdiff
path: root/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-05-21 10:06:29 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-05-21 10:06:29 +0000
commit8271c6a106335903b253f784f923d0fd0780a0ae (patch)
treec7d0833f81f5e5d9f4070f2b6e4c4812a59791f5 /packet-dcerpc-nt.h
parent1cedc6aab920fddaa0b8ba043fe61b27f9f9e30b (diff)
downloadwireshark-8271c6a106335903b253f784f923d0fd0780a0ae.tar.gz
Change the interface to dissect_ndr_nt_SID to take the extra parameter hf_sid
if the caller wants something else instead of "smb.sid" svn path=/trunk/; revision=7707
Diffstat (limited to 'packet-dcerpc-nt.h')
-rw-r--r--packet-dcerpc-nt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h
index 3fa0a741c8..01700a6b9e 100644
--- a/packet-dcerpc-nt.h
+++ b/packet-dcerpc-nt.h
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001-2003 Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.h,v 1.45 2003/05/21 09:34:54 sahlberg Exp $
+ * $Id: packet-dcerpc-nt.h,v 1.46 2003/05/21 10:06:29 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -91,7 +91,7 @@ dissect_ndr_nt_LOGON_HOURS(tvbuff_t *tvb, int offset,
int
dissect_ndr_nt_SID(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
- char *drep);
+ char *drep, int hf_sid);
int
dissect_ndr_nt_PSID(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,