Microsoft Internet Security and Acceleration Server 2000

FpcPfProtocolType

The FpcPfProtocolType enumerated type contains values that describe predefined static packet filters' Internet Protocol (IP) ports.

enum FpcPfProtocolType {
  fpcPfAnyProtocolIpIndex,
  fpcPfIcmpProtocolIpIndex,
  fpcPfTcpProtocolIpIndex,
  fpcPfUdpProtocolIpIndex
};

Members

fpcPfAnyProtocolIpIndex (0)
Any protocol.
fpcPfIcmpProtocolIpIndex (1)
Internet Control Message Protocol (ICMP) protocol.
fpcPfTcpProtocolIpIndex (6)
Translation Control Protocol (TCP) protocol.
fpcPfUdpProtocolIpIndex (17)
User Datagram Protocol (UDP) protocol.

Requirements

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