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-tecmp.h
1
/* packet-tecmp.h
2
*
3
* Definitions for TECMP
4
* By Dr. Lars Voelker <lars.voelker@technica-engineering.de>
5
* Copyright 2022-2024 Dr. Lars Voelker
6
*
7
* Wireshark - Network traffic analyzer
8
* By Gerald Combs <gerald@wireshark.org>
9
* Copyright 1998 Gerald Combs
10
*
11
* SPDX-License-Identifier: GPL-2.0-or-later
12
*/
13
14
#ifndef __PACKET_TECMP_H__
15
#define __PACKET_TECMP_H__
16
17
#define TECMP_PAYLOAD_INTERFACE_ID "tecmp.payload.interface_id"
18
#define TECMP_DATA_TYPE "tecmp.data_type"
19
20
typedef
struct
tecmp_info
{
21
uint32_t interface_id;
22
uint16_t device_id;
23
uint16_t data_type;
24
uint16_t data_flags;
25
uint8_t msg_type;
26
}
tecmp_info_t
;
20
typedef
struct
tecmp_info
{
…
};
27
28
#endif
/* __PACKET_TECMP_H__ */
29
30
/*
31
* Editor modelines
32
*
33
* Local Variables:
34
* c-basic-offset: 4
35
* tab-width: 8
36
* indent-tabs-mode: nil
37
* End:
38
*
39
* ex: set shiftwidth=4 tabstop=8 expandtab:
40
* :indentSize=4:tabSize=8:noTabs=true:
41
*/
tecmp_info
Definition
packet-tecmp.h:20
Generated by
1.9.8