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
wsutil
crc11.h
Go to the documentation of this file.
1
11
#ifndef __CRC11_____H__
12
13
#include <stdint.h>
14
15
#include "ws_symbol_export.h"
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
34
WS_DLL_PUBLIC
35
uint16_t
crc11_307_noreflect_noxor
(
const
uint8_t *data, uint64_t data_len);
36
37
#ifdef __cplusplus
38
}
/* closing brace for extern "C" */
39
#endif
40
41
#endif
/*__CRC11_____H__*/
crc11_307_noreflect_noxor
WS_DLL_PUBLIC uint16_t crc11_307_noreflect_noxor(const uint8_t *data, uint64_t data_len)
Definition
crc11.c:55
Generated by
1.9.8