Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
epan
dissectors
packet-ppp.h
1
/* packet-ppp.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <gerald@wireshark.org>
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
16
tvbuff_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
*/
21
extern
value_string_ext
ppp_vals_ext;
22
23
/*
24
* Used by CHDLC dissector as well.
25
*/
26
extern
const
enum_val_t
fcs_options[];
27
/*
28
* Used by the iSCSI dissector as well.
29
*/
30
extern
const
range_string
chap_alg_rvals[];
31
32
#endif
params.h
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:903
_range_string
Definition
value_string.h:296
_value_string_ext
Definition
value_string.h:169
enum_val_t
Definition
params.h:23
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8