Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-link16.h
1/* packet-link16.h
2 * Routines for Link 16 message dissection (MIL-STD-6016)
3 * William Robertson <[email protected]>
4 * Peter Ross <[email protected]>
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