Wireshark  4.3.0
The Wireshark network protocol analyzer
Macros | Functions
type_util.h File Reference
#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)
 

Detailed Description

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