Microsoft Internet Security and Acceleration Server 2004 SDK

FwxFirewallEventProtocolSource

The FwxFirewallEventProtocolSource enumerated type contains values that indicate the type of protocols associated with an event. You can use these values to indicate what protocols will be used to call a filter. For example, use the fwxAssociatedProtocolAllConnections value for a secondary connections traffic filter.

typedef enum FwxFirewallEventProtocolSource
{
  fwxAnyProtocol
fwxAnyProtocol
The filter will be called for any protocol.
,
  fwxAssociatedProtocolAllConnections
fwxAssociatedProtocolAllConnections
The filter will be called both for primary and secondary connections. If the flag is not set, only primary connection events fire the filter.


} FwxFirewallEventProtocolSource;

Constants

fwxAnyProtocol
The filter will be called for any protocol.
fwxAssociatedProtocolAllConnections
The filter will be called both for primary and secondary connections. If the flag is not set, only primary connection events fire the filter.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

Filter Enumerated Types