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
|
public static ReadForward ( Stream stream ) : IEnumerable |
||
stream | Stream | Stream in pcap-next-generation format |
return | IEnumerable |
public static ReadForward ( string filename ) : IEnumerable |
||
filename | string | Path to the file in pcap-next-generation (.pcapng) format |
return | IEnumerable |