Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
crc6-tvb.h
Go to the documentation of this file.
1
10#pragma once
11#include "ws_symbol_export.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif /* __cplusplus */
16
24WS_DLL_PUBLIC uint16_t crc6_compute_tvb(tvbuff_t *tvb, int len);
25
26#ifdef __cplusplus
27}
28#endif /* __cplusplus */
WS_DLL_PUBLIC uint16_t crc6_compute_tvb(tvbuff_t *tvb, int len)
Compute CRC-6 checksum for a given tvbuff.
Definition crc6-tvb.c:19
Definition tvbuff-int.h:33