C# Class Tx.Network.PcapNg

Mostra file Open project: Reactive-Extensions/Tx

Public Methods

Method Description
ReadForward ( Stream stream ) : IEnumerable

Reads a stream and returns the raw blocks in the order they were written

ReadForward ( string filename ) : IEnumerable

Reads network capture file and returns the raw blocks in the order they were written

Method Details

ReadForward() public static method

Reads a stream and returns the raw blocks in the order they were written
public static ReadForward ( Stream stream ) : IEnumerable
stream Stream Stream in pcap-next-generation format
return IEnumerable

ReadForward() public static method

Reads network capture file and returns the raw blocks in the order they were written
public static ReadForward ( string filename ) : IEnumerable
filename string Path to the file in pcap-next-generation (.pcapng) format
return IEnumerable