/* 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