Wireshark  4.3.0
The Wireshark network protocol analyzer
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__ */
WS_DLL_PUBLIC uint8_t crc5_usb_19bit_input(uint32_t input)
Definition: crc5.c:51
WS_DLL_PUBLIC uint8_t crc5_usb_11bit_input(uint16_t input)
Definition: crc5.c:46
Definition: tvbuff_lz77huff.c:32