Users Manual User Manual

Appendix A
214
Protocol Decoding Section
The ProtocolDecoding Section details the decoding of the data stream into
protocol fields. The section may include DefineOptions and ValidRanges
blocks and must include the Main block. The beginning of this section is
delimited by the [Decode] and End keywords.
[Decode]
<DefineOptions
Statement1;
Statement2;
StatementN;
EndOptions >
< ValidRanges
Statement1;
Statement2;
StatementN;
EndValidRanges >
{
Statement1;
Statement2;
StatementN;
}
End