C# 클래스 Tx.Network.PcapNg

파일 보기 프로젝트 열기: Reactive-Extensions/Tx

공개 메소드들

메소드 설명
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