Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <inttypes.h>
#include "ws_symbol_export.h"
Go to the source code of this file.
Macros | |
#define | double_to_uint64(value) ((uint64_t)(value)) |
#define | uint64_to_double(value) ((double)(value)) |
Functions | |
WS_DLL_PUBLIC uint64_t | type_util_double_to_uint64 (double value) |
WS_DLL_PUBLIC double | type_util_uint64_to_double (uint64_t value) |
Types utility definitions
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