packet-ldap: fix regression for SASL handling
[wireshark-sm.git] / epan / crc6-tvb.h
blob1c105568d0fa89e5e422747e8fce9b66b4674bbc
1 /* crc6-tvb.h
2 * Declaration of CRC-6 tvbuff routines
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
9 */
11 #ifndef __CRC6_TVB_H__
12 #define __CRC6_TVB_H__
14 #include "ws_symbol_export.h"
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
20 WS_DLL_PUBLIC guint16 crc6_compute_tvb(tvbuff_t *tvb, int len);
22 #ifdef __cplusplus
24 #endif /* __cplusplus */
26 #endif /* crc6-tvb.h */