Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
crc10-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
26
WS_DLL_PUBLIC uint16_t
update_crc10_by_bytes_tvb
(uint16_t crc10, tvbuff_t *tvb,
int
offset,
int
len);
27
28
#ifdef __cplusplus
29
}
30
#endif
/* __cplusplus */
update_crc10_by_bytes_tvb
WS_DLL_PUBLIC uint16_t update_crc10_by_bytes_tvb(uint16_t crc10, tvbuff_t *tvb, int offset, int len)
Update CRC-10 value based on bytes from a tvbuff.
Definition
crc10-tvb.c:20
Generated by
1.15.0