Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
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__ */
crc6_0X6F
WS_DLL_PUBLIC uint16_t crc6_0X6F(uint16_t crc6, const uint8_t *data_blk_ptr, int data_blk_size)
Definition
crc6.c:59
Generated by
1.9.8