aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-smb-common.h')
-rw-r--r--packet-smb-common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/packet-smb-common.h b/packet-smb-common.h
index b9430ac69f..5102b97b7b 100644
--- a/packet-smb-common.h
+++ b/packet-smb-common.h
@@ -1,8 +1,8 @@
/* packet-smb-common.h
- * Routines for smb packet dissection
+ * Routines for SMB packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb-common.h,v 1.6 2002/01/25 08:02:01 guy Exp $
+ * $Id: packet-smb-common.h,v 1.7 2002/01/25 09:42:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -58,6 +58,8 @@ 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_smb_64bit_time(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int offset, char *str, int hf_date);
+
int dissect_nt_sid(tvbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *parent_tree, char *name);
#endif