C# 클래스 SharpPcap.PcapOfflineDevice

Capture packets from an offline pcap file
상속: SharpPcap.PcapDevice
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils 1 사용 예제들

공개 메소드들

메소드 설명
Open ( ) : void

Opens the device for capture

Open ( bool promiscuous_mode ) : void

Opens the device for capture

Open ( bool promiscuous_mode, int read_timeout ) : void

Opens the device for capture

SetFilter ( string filter ) : void

Setting a capture filter on this offline device is not supported

비공개 메소드들

메소드 설명
PcapOfflineDevice ( string pcapFile ) : System

Constructs a new offline device for reading pcap files

메소드 상세

Open() 공개 메소드

Opens the device for capture
public Open ( ) : void
리턴 void

Open() 공개 메소드

Opens the device for capture
public Open ( bool promiscuous_mode ) : void
promiscuous_mode bool This parameter /// has no affect on this method since it's an /// offline device
리턴 void

Open() 공개 메소드

Opens the device for capture
public Open ( bool promiscuous_mode, int read_timeout ) : void
promiscuous_mode bool This parameter /// has no affect on this method since it's an /// offline device
read_timeout int This parameter /// has no affect on this method since it's an /// offline device
리턴 void

SetFilter() 공개 메소드

Setting a capture filter on this offline device is not supported
public SetFilter ( string filter ) : void
filter string
리턴 void