From 8b89bd76ee513a8530b67636d3120d4e55361a45 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 16 Jul 2003 04:20:33 +0000 Subject: 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. svn path=/trunk/; revision=8026 --- packet-dcerpc-netlogon.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'packet-dcerpc-netlogon.h') 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 * - * $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 @@ -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 */ -- cgit v1.2.3