Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
packet-atm.h
1
/* packet-atm.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <gerald@wireshark.org>
5
* Copyright 1998 Gerald Combs
6
*
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#ifndef __PACKET_ATM_H__
11
#define __PACKET_ATM_H__
12
13
gboolean atm_is_oam_cell(
const
guint16 vci,
const
guint8 pt);
/*For pw-atm dissector*/
14
15
extern
const
value_string
atm_pt_vals[];
/*For pw-atm dissector*/
16
17
#endif
_value_string
Definition:
value_string.h:24
Generated by
1.8.11