|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <inttypes.h>#include "ws_symbol_export.h"Go to the source code of this file.
Macros | |
| #define | gdouble_to_guint64(value) ((uint64_t)(value)) |
| #define | guint64_to_gdouble(value) ((double)(value)) |
Functions | |
| WS_DLL_PUBLIC uint64_t | type_util_gdouble_to_guint64 (double value) |
| WS_DLL_PUBLIC double | type_util_guint64_to_gdouble (uint64_t value) |
Types utility definitions
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later