Packet Sniffer SDK DLL Edition
Constants Enumerations :: HNLBPortFilter | | Previous Next |
Contains port types for tracking re-created TCP connections and data transmitted by UDP by
HNLBAdapter object.
Syntax:
const lpfLocal = 0;
const lpfRemote = 1;
const lpfAny = 2;
enum HNLBPortFilter
{
lpfLocal = 0,
lpfRemote = 1,
lpfAny = 2
};Values:
llpfLocal
Track connections created for local TCP port (track UDP data transmitted to local UDP port).
lpfRemote
Track connections created for remote TCP port (track UDP data transmitted to remote UDP port).
lpfAny
Track connections created for both remote and local TCP ports (track UDP data transmitted to
both remote and local UDP ports).