11 #ifndef __CRC32_TVB_H__ 12 #define __CRC32_TVB_H__ 14 #include "ws_symbol_export.h" 24 WS_DLL_PUBLIC guint32 crc32_ccitt_tvb(
tvbuff_t *tvb, guint len);
31 WS_DLL_PUBLIC guint32 crc32_ccitt_tvb_offset(
tvbuff_t *tvb, guint offset, guint len);
40 WS_DLL_PUBLIC guint32 crc32_ccitt_tvb_seed(
tvbuff_t *tvb, guint len, guint32 seed);
50 WS_DLL_PUBLIC guint32 crc32c_tvb_offset_calculate(
tvbuff_t *tvb, guint offset,
51 guint len, guint32 seed);
61 WS_DLL_PUBLIC guint32 crc32_ccitt_tvb_offset_seed(
tvbuff_t *tvb, guint offset,
62 guint len, guint32 seed);
68 WS_DLL_PUBLIC guint32 crc32_802_tvb(
tvbuff_t *tvb, guint len);
75 WS_DLL_PUBLIC guint32 crc32_mpeg2_tvb(
tvbuff_t *tvb, guint len);
82 WS_DLL_PUBLIC guint32 crc32_mpeg2_tvb_offset(
tvbuff_t *tvb, guint offset, guint len);
89 WS_DLL_PUBLIC guint32 crc32_mpeg2_tvb_seed(
tvbuff_t *tvb, guint len, guint32 seed);
97 WS_DLL_PUBLIC guint32 crc32_mpeg2_tvb_offset_seed(
tvbuff_t *tvb, guint offset,
98 guint len, guint32 seed);
110 WS_DLL_PUBLIC guint32 crc32_0x0AA725CF_tvb_offset_seed(
tvbuff_t *tvb,
111 guint offset, guint len, guint32 seed);
Definition: tvbuff-int.h:35