Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
crc6-tvb.h
Go to the documentation of this file.
1
10
#pragma once
11
#include "ws_symbol_export.h"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
/* __cplusplus */
16
24
WS_DLL_PUBLIC uint16_t
crc6_compute_tvb
(
tvbuff_t
*tvb,
int
len);
25
26
#ifdef __cplusplus
27
}
28
#endif
/* __cplusplus */
crc6_compute_tvb
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
tvbuff
Definition
tvbuff-int.h:33
Generated by
1.9.8