Wireshark  4.3.0
The Wireshark network protocol analyzer
Functions
capture-pcap-util-int.h File Reference

Go to the source code of this file.

Functions

if_info_tif_info_new (const char *name, const char *description, bool loopback)
 
void if_info_add_address (if_info_t *if_info, struct sockaddr *addr)
 
GList * get_interface_list_findalldevs (int *err, char **err_str)
 
if_capabilities_tget_if_capabilities_local (interface_options *interface_opts, cap_device_open_status *status, char **status_str)
 
pcap_t * open_capture_device_local (capture_options *capture_opts, interface_options *interface_opts, int timeout, cap_device_open_status *open_status, char(*open_status_str)[PCAP_ERRBUF_SIZE])
 
if_capabilities_tget_if_capabilities_pcap_open_live (interface_options *interface_opts, cap_device_open_status *status, char **status_str)
 
pcap_t * open_capture_device_pcap_open_live (interface_options *interface_opts, int timeout, cap_device_open_status *open_status, char(*open_status_str)[PCAP_ERRBUF_SIZE])
 
char * cant_get_if_list_error_message (const char *err_str)
 
const char * get_pcap_failure_secondary_error_message (cap_device_open_status open_status, const char *open_status_str)
 

Detailed Description

Definitions of routines internal to the libpcap/WinPcap/Npcap utilities

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