aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.h
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-16 04:20:33 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-16 04:20:33 +0000
commit7013937a5a7d0c4426aa337c1a60eda558323555 (patch)
tree89bf173de00081d08f5f8bfa75d1800216ed3caa /packet-dcerpc-netlogon.h
parentb6fa61426051d524f7019df86afc31d53092ae16 (diff)
Move all DCERPC authentication/encryption dissection code from packet-dcerpc.c
to the dissector that handles the particular authentication flavour. This gets rid of a couple of ugly switch statements and allows other authentication modules to be written easily. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8026 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-netlogon.h')
-rw-r--r--packet-dcerpc-netlogon.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/packet-dcerpc-netlogon.h b/packet-dcerpc-netlogon.h
index 266bf95769..94bec6a643 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.13 2003/05/15 04:58:53 tpot Exp $
+ * $Id: packet-dcerpc-netlogon.h,v 1.14 2003/07/16 04:20:33 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -75,18 +75,4 @@
#define SEC_CHAN_DOMAIN 4
#define SEC_CHAN_BDC 6
-/* Function prototypes */
-
-int netlogon_dissect_secchan_bind_creds(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree,
- char *drep);
-
-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 */