Wireshark  4.3.0
The Wireshark network protocol analyzer
Macros | Functions
inet_addr.h File Reference
#include <wireshark.h>
#include "inet_ipv4.h"
#include "inet_ipv6.h"

Go to the source code of this file.

Macros

#define WS_INET_ADDRSTRLEN   16
 
#define WS_INET6_ADDRSTRLEN   46
 

Functions

WS_DLL_PUBLIC WS_RETNONNULL const char * ws_inet_ntop4 (const void *src, char *dst, size_t dst_size)
 
WS_DLL_PUBLIC WS_RETNONNULL const char * ws_inet_ntop6 (const void *src, char *dst, size_t dst_size)
 
WS_DLL_PUBLIC bool ws_inet_pton4 (const char *src, ws_in4_addr *dst)
 
WS_DLL_PUBLIC bool ws_inet_pton6 (const char *src, ws_in6_addr *dst)
 

Detailed Description

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