Wireshark
4.5.0
The Wireshark network protocol analyzer
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