Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
12 extern const value_string Link16_NPG_Strings[];
13 
14 typedef struct {
15  gint label;
16  gint sublabel;
17  gint extension;
18 } Link16State;
19 
20 #endif /* __PACKET_LINK16_H__ */
Definition: value_string.h:26
Definition: packet-link16.h:14