From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- wsutil/crc6.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 wsutil/crc6.h (limited to 'wsutil/crc6.h') diff --git a/wsutil/crc6.h b/wsutil/crc6.h new file mode 100644 index 0000000..3795c87 --- /dev/null +++ b/wsutil/crc6.h @@ -0,0 +1,17 @@ +/** @file + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef __CRC6_H__ +#define __CRC6_H__ + +#include + +WS_DLL_PUBLIC uint16_t crc6_0X6F(uint16_t crc6, const uint8_t *data_blk_ptr, int data_blk_size); + +#endif /* __CRC6_H__ */ -- cgit v1.2.3