Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-pcap_pktdata.h
blobfeec20adafcf958a1ddfef147a4f41c1a42a1cee
1 /* packet-pcap_pktdata.h
2 * Data exported from the dissector for packet data from a pcap or pcapng
3 * file or from a "remote pcap" protocol.
5 * Copyright 2015, Michal Labedzki for Tieto Corporation
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
15 * Link-layer header type values.
17 * Includes both the official documented values from
19 * http://www.tcpdump.org/linktypes.html
21 * and values not listed there. The names are, in most cases, the
22 * LINKTYPE_ names with LINKTYPE_ stripped off.
24 WS_DLL_PUBLIC const value_string link_type_vals[];