Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / crc10-tvb.h
blob0c2e68ed7c07db95624a6046328a1a72c4aacdd8
1 /** @file
2 * Declaration of CRC-10 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 __CRC10_TVB_H__
12 #define __CRC10_TVB_H__
14 #include "ws_symbol_export.h"
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
20 WS_DLL_PUBLIC uint16_t update_crc10_by_bytes_tvb(uint16_t crc10, tvbuff_t *tvb, int offset, int len);
22 #ifdef __cplusplus
24 #endif /* __cplusplus */
26 #endif /* crc10-tvb.h */