Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
packet-link16.h
1/* packet-link16.h
2 * Routines for Link 16 message dissection (MIL-STD-6016)
3 * William Robertson <aliask@gmail.com>
4 * Peter Ross <peter.ross@dsto.defence.gov.au>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef __PACKET_LINK16_H__
10#define __PACKET_LINK16_H__
11
12extern const value_string Link16_NPG_Strings[];
13
14typedef struct {
15 int label;
16 int sublabel;
17 int extension;
19
20#endif /* __PACKET_LINK16_H__ */
Definition value_string.h:25
Definition packet-link16.h:14