From 42a38685cddcba3a2567d18025b75aee6c508f56 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 25 Jan 2002 09:42:21 +0000 Subject: In the "Announce change to UAS or SAM" NETLOGON message, dissect the "Large Serial Number" as a 64-bit little-endian integer, and dissect the "NT Date/Time" as a FILETIME by calling "dissect_smb_64bit_time()". Export "dissect_smb_64bit_time()" so that we can do so. svn path=/trunk/; revision=4609 --- packet-smb-common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packet-smb-common.h') 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 * - * $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 @@ -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 -- cgit v1.2.1