TestimoX

API Reference

Class

NetworkSniffingEventLogParser

Namespace ADPlayground.Audit
Assembly ADPlayground

Reads System log events related to packet capture drivers and promiscuous mode.

Inheritance

  • Object
  • NetworkSniffingEventLogParser

Constructors

public NetworkSniffingEventLogParser(Func<String, IEnumerable<NetworkSniffingEvent>> readEvents = null) #

Initializes a new instance of the NetworkSniffingEventLogParser class.

Parameters

readEvents System.Func{System.String,System.Collections.Generic.IEnumerable{ADPlayground.Audit.NetworkSniffingEvent}} = null optionalposition: 0
Delegate returning events from the System log.

Methods

public IEnumerable<NetworkSniffingEvent> GetEvents(String computerName = null) #
Returns: IEnumerable<NetworkSniffingEvent>

Retrieves network sniffing related events from the System log.

Parameters

computerName System.String = null optionalposition: 0
Target computer or null for local.