C# Класс Tx.Network.PcapNg

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ReadForward() публичный статический Метод

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
Результат IEnumerable

ReadForward() публичный статический Метод

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
Результат IEnumerable