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
plugins
epan
ethercat
packet-nv.h
1
/* packet-nv.h
2
*
3
* Copyright (c) 2007 by Beckhoff Automation GmbH
4
*
5
* Wireshark - Network traffic analyzer
6
* By Gerald Combs <gerald@wireshark.org>
7
* Copyright 1998 Gerald Combs
8
*
9
* SPDX-License-Identifier: GPL-2.0-or-later
10
*/
11
12
#ifndef _PACKET_NV_H_
13
#define _PACKET_NV_H_
14
15
/* Ensure the same data layout for all platforms*/
16
typedef
struct
_ETYPE_88A4_NV_DATA_HEADER
17
{
18
uint16_t Id;
19
uint16_t Hash;
20
uint16_t Length;
21
uint16_t Quality;
22
}
ETYPE_88A4_NV_DATA_HEADER
;
16
typedef
struct
_ETYPE_88A4_NV_DATA_HEADER
{
…
};
23
#define ETYPE_88A4_NV_DATA_HEADER_Len (int)sizeof(ETYPE_88A4_NV_DATA_HEADER)
24
25
typedef
struct
_NvParserHDR
26
{
27
uint8_t Publisher[6];
28
uint16_t CountNV;
29
uint16_t CycleIndex;
30
uint16_t Reserved;
31
}
NvParserHDR
;
25
typedef
struct
_NvParserHDR
{
…
};
32
#define NvParserHDR_Len (int)sizeof(NvParserHDR)
33
34
#endif
/* _PACKET_NV_H_*/
_ETYPE_88A4_NV_DATA_HEADER
Definition
packet-nv.h:17
_NvParserHDR
Definition
packet-nv.h:26
Generated by
1.9.8