PcapIfList.opApply

int opApply(int delegate(ref PcapInterface) dg)

Support for foreach iteration over the interface list.

Parameters

dgThe delegate to call for each interface.

Returns

Non-zero if the iteration was aborted.