Wireshark
4.3.0
The Wireshark network protocol analyzer
epan
dissectors
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
17
struct
pw_atm_phdr
{
18
struct
atm_phdr
info
;
19
gboolean enable_fill_columns_by_atm_dissector;
20
};
21
22
#endif
/*PACKET_PW_ATM_H*/
atm_phdr
Definition:
wtap.h:487
info
Definition:
file-pcapng.h:57
pw_atm_phdr
Definition:
packet-pw-atm.h:17
Generated by
1.9.1