Wireshark  4.3.0
The Wireshark network protocol analyzer
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__*/
WS_DLL_PUBLIC uint16_t crc11_307_noreflect_noxor(const uint8_t *data, uint64_t data_len)
Definition: crc11.c:55