Wireshark  4.3.0
The Wireshark network protocol analyzer
crc10-tvb.h
Go to the documentation of this file.
1 
11 #ifndef __CRC10_TVB_H__
12 #define __CRC10_TVB_H__
13 
14 #include "ws_symbol_export.h"
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
19 
20 WS_DLL_PUBLIC guint16 update_crc10_by_bytes_tvb(guint16 crc10, tvbuff_t *tvb, int offset, int len);
21 
22 #ifdef __cplusplus
23 }
24 #endif /* __cplusplus */
25 
26 #endif /* crc10-tvb.h */
Definition: tvbuff-int.h:35