wireshark/epan/dissectors/packet-link16.h
Dario Lombardo 692cef88c7 dissectors: more SPDX license convertions.
Change-Id: I96e1f1cdbaaf49d65705ecacc903f73cf0e47d7c
Reviewed-on: https://code.wireshark.org/review/26334
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2018-03-07 17:18:47 +00:00

21 lines
444 B
C

/* packet-link16.h
* Routines for Link 16 message dissection (MIL-STD-6016)
* William Robertson <aliask@gmail.com>
* Peter Ross <peter.ross@dsto.defence.gov.au>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __PACKET_LINK16_H__
#define __PACKET_LINK16_H__
extern const value_string Link16_NPG_Strings[];
typedef struct {
gint label;
gint sublabel;
gint extension;
} Link16State;
#endif /* __PACKET_LINK16_H__ */