Microsoft Internet Security and Acceleration Server 2000

FpcPacketFiltersLogFields

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
};

Members

fpcPFLogDate
The date field.
fpcPFLogTime
The time field.
fpcSourceAddress
The source address field.
fpcDestinationAddress
The destination address field.
fpcProtocol
The protocol field.
fpcParam1
A parameter field.
fpcParam2
A parameter field.
fpcTcpFlags
The TCP flags field.
fpcFilterRule
The filter rule field.
fpcInterface
The interface field.
fpcIPHeader
The IP header field.
fpcPayload
The payload field.