aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.h
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-15 04:58:53 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-15 04:58:53 +0000
commit9a41620261a6457c18bb359cf09afe2dab823dc4 (patch)
tree0c0426ed8e6afd02d57d4e583f70949b004806f1 /packet-dcerpc-netlogon.h
parent9f4c940d376aef8d5a852ca199f0b2d3c1aaa8f3 (diff)
Move dissection of NETLOGON secure channel auth verifier into
packet-dcerpc-netlogon.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7670 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-netlogon.h')
-rw-r--r--packet-dcerpc-netlogon.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-dcerpc-netlogon.h b/packet-dcerpc-netlogon.h
index 7f6ba0e0ba..266bf95769 100644
--- a/packet-dcerpc-netlogon.h
+++ b/packet-dcerpc-netlogon.h
@@ -2,7 +2,7 @@
* Routines for SMB \PIPE\NETLOGON packet disassembly
* Copyright 2001,2003 Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-netlogon.h,v 1.12 2003/05/15 02:01:39 tpot Exp $
+ * $Id: packet-dcerpc-netlogon.h,v 1.13 2003/05/15 04:58:53 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -85,4 +85,8 @@ int netlogon_dissect_secchan_bind_ack_creds(tvbuff_t *tvb, int offset,
packet_info *pinfo,
proto_tree *tree, char *drep);
+int netlogon_dissect_secchan_verf(tvbuff_t *tvb, int offset,
+ packet_info *pinfo, proto_tree *tree,
+ char *drep);
+
#endif /* packet-dcerpc-netlogon.h */