Skip to content

PCAP.Capture.CurrentFilter

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

PCAP.Capture.CurrentFilter

Method signatures

 Function CurrentFilter() As PCAP.Filter
 Sub CurrentFilter(Assigns NewFilterProgram As PCAP.Filter)

Parameters

Name Type Comment
NewFilterProgram Filter The filter to assign

Return value

A Filter object representing the current filter.

Remarks

Gets and sets the current filter.

Clone this wiki locally