Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
packet-pw-atm.h
1/* packet-pw-atm.h
2 * Interface of pw-atm module
3 * Copyright 2009, Artem Tamazov <artem.tamazov@tellabs.com>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11
12#ifndef PACKET_PW_ATM_H
13#define PACKET_PW_ATM_H
14
15#include "packet-pw-common.h"
16
18 struct atm_phdr info;
19 bool enable_fill_columns_by_atm_dissector;
20};
21
22#endif /*PACKET_PW_ATM_H*/
Definition wtap.h:487
Definition file-pcapng.h:57
Definition packet-pw-atm.h:17