Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-ppp.h
blob682d52293f4c45404b9cc90289de3f63ec436110
1 /* packet-ppp.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __PACKET_PPP_H__
11 #define __PACKET_PPP_H__
13 #include <epan/params.h>
14 #include "ws_symbol_export.h"
16 tvbuff_t *decode_fcs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *fh_tree, int fcs_decode, int proto_offset);
19 * Used by the GTP dissector as well.
21 extern value_string_ext ppp_vals_ext;
24 * Used by CHDLC dissector as well.
26 extern const enum_val_t fcs_options[];
28 #endif