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_A21_H__
11 #define __PACKET_A21_H__
13 #include "ws_symbol_export.h"
17 #endif /* __cplusplus */
20 void dissect_a21_ie_common(tvbuff_t
*tvb
, packet_info
*pinfo
, proto_tree
*top_tree
, proto_tree
*tree
, int offset
, uint8_t message_type
);
24 #endif /* __cplusplus */