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_ATM_H__
11 #define __PACKET_ATM_H__
13 bool atm_is_oam_cell(const uint16_t vci
, const uint8_t pt
); /*For pw-atm dissector*/
15 extern const value_string atm_pt_vals
[]; /*For pw-atm dissector*/