Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
PcapOfflineDevice ( string pcapFile ) : System |
Constructs a new offline device for reading pcap files
|
public Open ( bool promiscuous_mode ) : void | ||
promiscuous_mode | bool | This parameter /// has no affect on this method since it's an /// offline device |
return | void |
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 |
return | void |