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
l
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
ax25_pids.h
Go to the documentation of this file.
1
13
#ifndef __AX25_PIDS_H__
14
#define __AX25_PIDS_H__
15
16
/* AX.25 Layer 3 Protocol ID's (pid) */
17
#define AX25_P_ROSE 0x01
/* ISO 8208 / CCITT X.25 PLP */
18
#define AX25_P_RFC1144C 0x06
/* Compressed TCP/IP packet. Van Jacobson RFC1144 */
19
#define AX25_P_RFC1144 0x07
/* Uncompressed TCP/IP packet. Van Jacobson RFC1144 */
20
#define AX25_P_SEGMENT 0x08
/* segmentation fragment */
21
#define AX25_P_TEXNET 0xC3
/* TEXNET datagram */
22
#define AX25_P_LCP 0xC4
/* Link Quality Protocol */
23
#define AX25_P_ATALK 0xCA
/* AppleTalk */
24
#define AX25_P_ATALKARP 0xCB
/* AppleTalk ARP */
25
#define AX25_P_IP 0xCC
/* ARPA Internet Protocol */
26
#define AX25_P_ARP 0xCD
/* ARPA Address Resolution Protocol */
27
#define AX25_P_FLEXNET 0xCE
/* FlexNet */
28
#define AX25_P_NETROM 0xCF
/* NET/ROM */
29
#define AX25_P_NO_L3 0xF0
/* No layer 3 protocol */
30
#define AX25_P_L3_ESC 0xFF
/* Escape character. Next octet contains more layer 3 protocol info */
31
32
#endif
/* __AX25_PIDS_H__ */
Generated by
1.9.8