Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Typedefs | Functions
address_types.h File Reference
#include "address.h"

Go to the source code of this file.

Typedefs

typedef int(* AddrValueToString) (const address *addr, char *buf, int buf_len)
 
typedef int(* AddrValueToStringLen) (const address *addr)
 
typedef unsigned(* AddrValueToByte) (const address *addr, uint8_t *buf, unsigned buf_len)
 
typedef int(* AddrFixedLen) (void)
 
typedef const char *(* AddrColFilterString) (const address *addr, bool src)
 
typedef int(* AddrNameResolutionLen) (void)
 
typedef const char *(* AddrNameResolutionToString) (const address *addr)
 
typedef struct _address_type_t address_type_t
 

Functions

WS_DLL_PUBLIC int address_type_dissector_register (const char *name, const char *pretty_name, AddrValueToString to_str_func, AddrValueToStringLen str_len_func, AddrValueToByte to_bytes_func, AddrColFilterString col_filter_str_func, AddrFixedLen fixed_len_func, AddrNameResolutionToString name_res_str_func, AddrNameResolutionLen name_res_len_func)
 
WS_DLL_PUBLIC int address_type_get_by_name (const char *name)
 
int ipv4_to_str (const address *addr, char *buf, int buf_len)
 
void address_types_initialize (void)
 
int none_addr_to_str (const address *addr, char *buf, int buf_len)
 
int none_addr_str_len (const address *addr)
 
int none_addr_len (void)
 
int ether_to_str (const address *addr, char *buf, int buf_len)
 
int ether_str_len (const address *addr)
 
int ether_len (void)
 
const char * ether_name_resolution_str (const address *addr)
 
int ether_name_resolution_len (void)
 
const char * address_type_column_filter_string (const address *addr, bool src)
 

Detailed Description

Definitions for address types

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