aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-30 23:48:15 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-30 23:48:15 +0000
commit65b9df103b423c5e43a3cfded4a01c71ac0eb034 (patch)
treed0846de4485c70f94f13238f87d9a45578c5432a /packet-smb-common.h
parentae6c800101ced9c488a7804bdffa5f9ad00b8d18 (diff)
From Joerg Mayer: get rid of unused "pinfo" argument to
"dissect_nt_sec_desc()". Also, get rid of code to handle lengths of -1 in "dissect_nt_sec_desc()" - we never pass it a length of -1, as security descriptors aren't sent over the wire with NDR syntax. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5317 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-common.h')
-rw-r--r--packet-smb-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb-common.h b/packet-smb-common.h
index b545b0f9d6..b4e400e70b 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.10 2002/04/30 11:03:08 guy Exp $
+ * $Id: packet-smb-common.h,v 1.11 2002/04/30 23:48:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -62,6 +62,6 @@ int dissect_smb_64bit_time(tvbuff_t *tvb, proto_tree *tree, int offset, int hf_d
int dissect_nt_sid(tvbuff_t *tvb, int offset, proto_tree *parent_tree, char *name);
int
-dissect_nt_sec_desc(tvbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *parent_tree, int len);
+dissect_nt_sec_desc(tvbuff_t *tvb, int offset, proto_tree *parent_tree, int len);
#endif