C# Class Tx.Network.PcapNg

Afficher le fichier Open project: Reactive-Extensions/Tx

Méthodes publiques

Méthode 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 méthode

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
Résultat IEnumerable

ReadForward() public static méthode

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
Résultat IEnumerable