Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-ppp.h
1/* packet-ppp.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
5 * Copyright 1998 Gerald Combs
6 *
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
9
10#ifndef __PACKET_PPP_H__
11#define __PACKET_PPP_H__
12
13#include <epan/params.h>
14#include "ws_symbol_export.h"
15
16tvbuff_t *decode_fcs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *fh_tree, int fcs_decode, int proto_offset);
17
18/*
19 * Used by the GTP dissector as well.
20 */
21extern value_string_ext ppp_vals_ext;
22
23/*
24 * Used by CHDLC dissector as well.
25 */
26extern const enum_val_t fcs_options[];
27
28#endif
Definition packet_info.h:43
Definition proto.h:901
Definition value_string.h:169
Definition params.h:23
Definition tvbuff-int.h:35