Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
adler32.h File Reference
#include <wireshark.h>

Go to the source code of this file.

Functions

WS_DLL_PUBLIC uint32_t update_adler32 (uint32_t adler, const uint8_t *buf, size_t len)
 
WS_DLL_PUBLIC uint32_t adler32_bytes (const uint8_t *buf, size_t len)
 
WS_DLL_PUBLIC uint32_t adler32_str (const char *buf)
 

Detailed Description

Compute the Adler32 checksum (RFC 1950) 2003 Tomas Kukosa

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later