aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-atm.h
blob: d10cb05f14d38cc006e786b961b8f7424a1cbd4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* packet-pw-atm.h
 * Interface of pw-atm module
 * Copyright 2009, Artem Tamazov <artem.tamazov@tellabs.com>
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef PACKET_PW_ATM_H
#define PACKET_PW_ATM_H

#include "packet-pw-common.h"

struct pw_atm_phdr {
	struct atm_phdr info;
	gboolean enable_fill_columns_by_atm_dissector;
};

#endif /*PACKET_PW_ATM_H*/