Recording Rule File Example

Naming conventions used in this example

XML nodes are referred to by their full path names: RecordingRuleSet\HttpParsingRule\Search\LB\RegExpr

When base paths are clear, the relative paths of XML nodes are used: Search\LB\RegExpr

Example

<?xml version="1.0" encoding="UTF-8"?>
<RecordingRuleSet>
  <HttpParsingRule>
    <Name>Siebel Session Cookie</Name>
    ...
  </HttpParsingRule>
  <TcpRuleRecvProto>
    <Name>Siebel TCP Protocol</Name>
    ...
  </TcpRuleRecvProto>
  <TcpRuleRecvUntil>
    <Name>Telnet screen</Name>
    ...
  </TcpRuleRecvUntil>
</RecordingRuleSet>