Microsoft Internet Security and Acceleration Server 2000 |
The FpcPacketFiltersLogFields enumerated type contains values that describe the log fields for packet filters.
enum FpcPacketFiltersLogFields { fpcPFLogDate = 0x0001, fpcPFLogTime = 0x0002, fpcSourceAddress = 0x0004, fpcDestinationAddress = 0x0008, fpcProtocol = 0x0010, fpcParam1 = 0x0020, fpcParam2 = 0x0040, fpcTcpFlags = 0x0080, fpcFilterRule = 0x0100, fpcInterface = 0x0200, fpcIPHeader = 0x0400, fpcPayload = 0x0800 };