|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include "ws_symbol_export.h"Go to the source code of this file.
Functions | |
| 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. | |
Declaration of CRC-10 tvbuff routines
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| 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.
| crc10 | Current CRC-10 value. |
| tvb | Pointer to the tvbuff containing the data. |
| offset | Offset within the tvbuff where the data starts. |
| len | Length of the data in bytes. |