aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-19 04:52:31 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-19 04:52:31 +0000
commit0b463c9cd8748de4810a94c1f70ce10aa7e536ec (patch)
tree73f5a01a8edf362b782e4835cbd55bc77f03e1da /packet-dcerpc-nt.h
parent17f82cfe80b73eeca44f99df004ccafa482d10e3 (diff)
Remove hf argument to common routines for dissecting domain sids. Most
of the callers passed -1 for this parameter anyway. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10919 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-nt.h')
-rw-r--r--packet-dcerpc-nt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h
index 2506739cea..c6457814ad 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.49 2004/01/19 20:10:35 jmayer Exp $
+ * $Id: packet-dcerpc-nt.h,v 1.50 2004/05/19 04:52:31 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -90,12 +90,12 @@ dissect_ndr_nt_LOGON_HOURS(tvbuff_t *tvb, int offset,
guint8 *drep);
int
dissect_ndr_nt_SID(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree,
- guint8 *drep, int hf_sid);
+ packet_info *pinfo, proto_tree *tree,
+ guint8 *drep);
int
dissect_ndr_nt_PSID(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *parent_tree,
- guint8 *drep, int hf_sid);
+ packet_info *pinfo, proto_tree *parent_tree,
+ guint8 *drep);
int
dissect_ndr_nt_PSID_ARRAY(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,