Microsoft Internet Security and Acceleration Server 2000

FpcPfFilterType

The FpcPfFilterType enumerated type contains values that describe packet filter types.

enum FpcPfFilterType {
  fpcCustomFilterType,
  fpcDnsLookupPredefinedType,
  fpcIcmpAllOutboundPredefinedType,
  fpcIcmpPingResponsePredefinedType,
  fpcIcmpPingQueryPredefinedType,
  fpcIcmpSrcQuenchPredefinedType,
  fpcIcmpTimeoutPredefinedType,
  fpcIcmpUnreachablePredefinedType,
  fpcPptpCallPredefinedType,
  fpcPptpReceivePredefinedType,
  fpcSmtpPredefinedType,
  fpcPop3PredefinedType,
  fpcIdentdPredefinedType,
  fpcHttpServerPredefinedType,
  fpcHttpsServerPredefinedType,
  fpcNetbiosWinsClientPredefinedType,
  fpcNetbiosAllPredefinedType
};

Members

fpcCustomFilterType (1)
A custom filter with options set by the user. Custom filter options can also be seen through ISA Management.
fpcDnsLookupPredefinedType (2)
Describes the Domain Name System (DNS) lookup predefined static filter.
fpcIcmpAllOutboundPredefinedType (3)
Describes the Internet Control Message Protocol (ICMP) outbound predefined static filter.
fpcIcmpPingResponsePredefinedType (4)
Describes the ICMP ping response predefined static filter.
fpcIcmpPingQueryPredefinedType (5)
Describes the ICMP ping query predefined static filter.
fpcIcmpSrcQuenchPredefinedType (6)
Describes the ICMP source quench predefined static filter.
fpcIcmpTimeoutPredefinedType (7)
Describes the ICMP timeout predefined static filter.
fpcIcmpUnreachablePredefinedType (8)
Describes the ICMP unreachable predefined static filter.
fpcPptpCallPredefinedType (9)
Describes the PPTP call predefined static filter.
fpcPptpReceivePredefinedType (10)
Describes the PPTP receive predefined static filter.
fpcSmtpPredefinedType (11)
Describes the SMTP receive predefined static filter.
fpcPop3PredefinedType (12)
Describes the POP3 predefined static filter.
fpcIdentdPredefinedType (13)
Describes the identified predefined static filter.
fpcHttpServerPredefinedType (14)
Describes the HTTP server predefined static filter.
fpcHttpsServerPredefinedType (15)
Describes the HTTPS server predefined static filter.
fpcNetbiosWinsClientPredefinedType (16)
Describes the Netbios WINS predefined static filter.
fpcNetbiosAllPredefinedType (17)
Describes the Netbios all predefined static filter.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.