Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
etw_ndiscap.h File Reference
#include <glib.h>
#include <windows.h>
#include <SDKDDKVer.h>
#include <strsafe.h>
#include <evntcons.h>
#include <tdh.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void etw_dump_write_ndiscap_event (PEVENT_RECORD ev, ULARGE_INTEGER timestamp)
 Writes an NDISCAP event to a dump file.
 

Detailed Description

Copyright 2020, Odysseus Yang

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

Function Documentation

◆ etw_dump_write_ndiscap_event()

void etw_dump_write_ndiscap_event ( PEVENT_RECORD  ev,
ULARGE_INTEGER  timestamp 
)
extern

Writes an NDISCAP event to a dump file.

This function processes an event record and writes it to a dump file with the specified timestamp.

Parameters
evPointer to the EVENT_RECORD structure containing the event data.
timestampThe timestamp for when the event occurred.