Wireshark  4.3.0
The Wireshark network protocol analyzer
crc6.h
Go to the documentation of this file.
1 
10 #ifndef __CRC6_H__
11 #define __CRC6_H__
12 
13 #include <wireshark.h>
14 
15 WS_DLL_PUBLIC uint16_t crc6_0X6F(uint16_t crc6, const uint8_t *data_blk_ptr, int data_blk_size);
16 
17 #endif /* __CRC6_H__ */
WS_DLL_PUBLIC uint16_t crc6_0X6F(uint16_t crc6, const uint8_t *data_blk_ptr, int data_blk_size)
Definition: crc6.c:59