From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- epan/dissectors/packet-ncp-nmas.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 epan/dissectors/packet-ncp-nmas.h (limited to 'epan/dissectors/packet-ncp-nmas.h') diff --git a/epan/dissectors/packet-ncp-nmas.h b/epan/dissectors/packet-ncp-nmas.h new file mode 100644 index 00000000..af5ec5ca --- /dev/null +++ b/epan/dissectors/packet-ncp-nmas.h @@ -0,0 +1,22 @@ +/* packet-ncp-nmas.h + * Declarations of routines for Novell Modular Authentication Service + * Greg Morris + * Copyright (c) Novell, Inc. 2002-2004 + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 2000 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef __PACKET_NCP_NMAS_H__ +#define __PACKET_NCP_NMAS_H__ + +void +dissect_nmas_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ncp_tree, ncp_req_hash_value *request_value); + +void +dissect_nmas_reply(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ncp_tree, guint8 func, guint8 subfunc, ncp_req_hash_value *request_value); + +#endif -- cgit v1.2.3