API Reference
Class
NetworkSniffingEventLogParser
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
- 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
- Target computer or null for local.