Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <stdint.h>
#include "ws_symbol_export.h"
Go to the source code of this file.
Functions | |
WS_DLL_PUBLIC uint16_t | crc11_307_noreflect_noxor (const uint8_t *data, uint64_t data_len) |
http://www.tty1.net/pycrc/faq_en.html#code-ownership
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 crc11_307_noreflect_noxor | ( | const uint8_t * | data, |
uint64_t | data_len | ||
) |
Functions and types for CRC checks.
Generated on Tue Aug 7 15:45:57 2012, by pycrc v0.7.10, http://www.tty1.net/pycrc/ using the configuration: Width = 11 Poly = 0x307 XorIn = 0x000 ReflectIn = False XorOut = 0x000 ReflectOut = False Algorithm = table-driven
Update the crc value with new data.
data | Pointer to a buffer of data_len bytes. |
data_len | Number of bytes in the data buffer. |