Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
procmon.h File Reference
#include "wtap.h"

Go to the source code of this file.

Classes

struct  procmon_module_t
 
struct  procmon_process_t
 

Typedefs

typedef struct procmon_module_t procmon_module_t
 
typedef struct procmon_process_t procmon_process_t
 

Functions

wtap_open_return_val procmon_open (wtap *wth, int *err, char **err_info)
 Opens a procmon file and initializes the wtap structure.
 

Detailed Description

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

Function Documentation

◆ procmon_open()

wtap_open_return_val procmon_open ( wtap wth,
int *  err,
char **  err_info 
)

Opens a procmon file and initializes the wtap structure.

Parameters
wthPointer to the wtap structure that will be initialized.
errPointer to an integer where any error code will be stored.
err_infoPointer to a char pointer where any error information will be stored.
Returns
wtap_open_return_val The result of opening the file.

< Precision: 1 second (0 fractional digits).