2 * http://www.tty1.net/pycrc/faq_en.html#code-ownership
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef __CRC11_____H__
15 #include "ws_symbol_export.h"
21 * Functions and types for CRC checks.
23 * Generated on Tue Aug 7 15:45:57 2012,
24 * by pycrc v0.7.10, http://www.tty1.net/pycrc/
25 * using the configuration:
32 * Algorithm = table-driven
33 *****************************************************************************/
35 uint16_t crc11_307_noreflect_noxor(const uint8_t *data
, uint64_t data_len
);
38 } /* closing brace for extern "C" */
41 #endif /*__CRC11_____H__*/