|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| struct | pcapng_block_header_s |
| struct | pcapng_section_header_block_s |
| struct | pcapng_interface_description_block_s |
| struct | pcapng_interface_statistics_block_s |
| struct | pcapng_decryption_secrets_block_s |
| struct | pcapng_option_header |
Macros | |
| #define | PCAPNG_MAGIC 0x1A2B3C4D |
| #define | PCAPNG_SWAPPED_MAGIC 0x4D3C2B1A |
| #define | PCAPNG_MAJOR_VERSION 1 |
| #define | PCAPNG_MINOR_VERSION 0 |
Typedefs | |
| typedef struct pcapng_block_header_s | pcapng_block_header_t |
| typedef struct pcapng_section_header_block_s | pcapng_section_header_block_t |
| typedef struct pcapng_interface_description_block_s | pcapng_interface_description_block_t |
| typedef struct pcapng_interface_statistics_block_s | pcapng_interface_statistics_block_t |
| typedef struct pcapng_decryption_secrets_block_s | pcapng_decryption_secrets_block_t |
Functions | |
| wtap_open_return_val | pcapng_open (wtap *wth, int *err, char **err_info) |
| Opens a pcapng file. | |
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 pcapng_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info | ||
| ) |
Opens a pcapng file.
| wth | Pointer to the wtap structure. |
| err | Pointer to an integer that will be set to an error code if an error occurs. |
| err_info | Pointer to a string that will be set to an error message if an error occurs. |