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
wsutil
crc5.h
Go to the documentation of this file.
1
13
#ifndef __CRC5_H__
14
#define __CRC5_H__
15
16
#include <wireshark.h>
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
/* __cplusplus */
21
27
WS_DLL_PUBLIC uint8_t
crc5_usb_11bit_input
(uint16_t
input
);
28
34
WS_DLL_PUBLIC uint8_t
crc5_usb_19bit_input
(uint32_t
input
);
35
36
#ifdef __cplusplus
37
}
38
#endif
/* __cplusplus */
39
40
#endif
/* __CRC5_H__ */
crc5_usb_19bit_input
WS_DLL_PUBLIC uint8_t crc5_usb_19bit_input(uint32_t input)
Definition
crc5.c:51
crc5_usb_11bit_input
WS_DLL_PUBLIC uint8_t crc5_usb_11bit_input(uint16_t input)
Definition
crc5.c:46
input
Definition
tvbuff_lz77huff.c:32
Generated by
1.9.8