Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <string.h>
#include "tvbuff.h"
#include <epan/wmem_scopes.h>
#include <wsutil/ws_assert.h>
#include <wsutil/inet_cidr.h>
Go to the source code of this file.
Classes | |
struct | _address |
Macros | |
#define | ADDRESS_INIT(type, len, data) {type, len, data, NULL} |
#define | ADDRESS_INIT_NONE ADDRESS_INIT(AT_NONE, 0, NULL) |
Typedefs | |
typedef struct _address | address |
Functions | |
WS_DLL_PUBLIC unsigned | address_to_bytes (const address *addr, uint8_t *buf, unsigned buf_len) |
Definitions for structures storing addresses, and for the type of variables holding port-type values
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