diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-03-11 00:00:15 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-03-11 00:00:15 +0000 |
commit | f060b0c68ca99619d9d2110cb278e9be60e52fbe (patch) | |
tree | ea36fb0314d57425b5b1fcd966dfed77bd27ddbd /packet-dcerpc-nt.h | |
parent | 853654f2f3382d311f6b8290c42f7dbd683e7488 (diff) | |
download | wireshark-f060b0c68ca99619d9d2110cb278e9be60e52fbe.tar.gz wireshark-f060b0c68ca99619d9d2110cb278e9be60e52fbe.tar.bz2 wireshark-f060b0c68ca99619d9d2110cb278e9be60e52fbe.zip |
Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS() and
export it to other modules.
NETLOGON dissector (and others) will need this function.
svn path=/trunk/; revision=4919
Diffstat (limited to 'packet-dcerpc-nt.h')
-rw-r--r-- | packet-dcerpc-nt.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h index 88c3dbeabf..e25445a4ea 100644 --- a/packet-dcerpc-nt.h +++ b/packet-dcerpc-nt.h @@ -2,7 +2,7 @@ * Routines for DCERPC over SMB packet disassembly * Copyright 2001, Tim Potter <tpot@samba.org> * - * $Id: packet-dcerpc-nt.h,v 1.8 2002/03/10 23:24:48 sahlberg Exp $ + * $Id: packet-dcerpc-nt.h,v 1.9 2002/03/11 00:00:15 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -91,5 +91,10 @@ int dissect_ndr_nt_NTTIME (tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, char *drep, int hf_index); +int +dissect_ndr_nt_LOGON_HOURS(tvbuff_t *tvb, int offset, + packet_info *pinfo, proto_tree *parent_tree, + char *drep); + #endif /* packet-dcerpc-nt.h */ |