JavaScript duplex filter - MSSQL

This filter is exactly like the JavaScript request filter and the JavaScript response filter, except that it can be invoked for both requests and responses. This can be desirable when the filter needs to see both the requests and the responses, for instance to do performance analysis.

Parameters

  • Packet types : optional. If specified, a comma-separated list of packet types for which this filter should be called, for instance: SQLBatch,RPC,Login7. Spaces are ignored.

  • Client IPs: optional. If specified, a comma-separated (or line break separated) list of IP4 or IP6 addresses or regular expressions for IP addresses.

  • Users: optional. If specified, a comma-separated (or line break separated) list of user names or regular expressions for user names.