|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
#include <wiretap/wtap.h>Go to the source code of this file.
Classes | |
| struct | pcap_hdr |
| File header for a libpcap capture file, immediately following the magic number. More... | |
| struct | pcaprec_hdr |
| Per-packet record header in a standard libpcap capture file. More... | |
| struct | pcaprec_modified_hdr |
| Per-packet record header for Alexey Kuznetsov's modified libpcap format, extending the standard header with interface and protocol metadata. More... | |
| struct | pcaprec_ss990915_hdr |
| Per-packet record header for the ss990915 incarnation of Alexey's modified libpcap format, as found in SuSE Linux 6.3. More... | |
| struct | pcaprec_nokia_hdr |
| Per-packet record header for the Nokia-variant libpcap format, as used on some Nokia firewall devices. More... | |
Functions | |
| wtap_open_return_val | libpcap_open (wtap *wth, int *err, char **err_info) |
| Opens a capture file using libpcap format. | |
Wiretap Library Copyright (c) 1998 by Gilbert Ramirez gram@.nosp@m.alum.nosp@m.ni.ri.nosp@m.ce.e.nosp@m.du
SPDX-License-Identifier: GPL-2.0-or-later
| wtap_open_return_val libpcap_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info ) |
Opens a capture file using libpcap format.
| wth | Pointer to the wtap structure. |
| err | Pointer to an integer that will hold any error code if an error occurs. |
| err_info | Pointer to a char pointer that will hold any error information if an error occurs. |
< Precision: 1 microsecond (6 fractional digits).
< Precision: 1 nanosecond (9 fractional digits).
< Precision: 1 microsecond (6 fractional digits).
< Precision: 1 microsecond (6 fractional digits).
< Precision: 1 microsecond (6 fractional digits).
< Precision: 1 nanosecond (9 fractional digits).
< Precision: 1 microsecond (6 fractional digits).