3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __PACKET_EAP_H__
11 #define __PACKET_EAP_H__
13 extern bool dissect_eap_identity_3gpp(tvbuff_t
*tvb
, packet_info
* pinfo
, proto_tree
* tree
, int offset
, int size
);
15 #endif /* __PACKET_EAP_H__ */