Hello -<br><br>I have a functioning machine, a portion of which is below.<br> <br>%%{<br>    a_packet = 'a:' Part1 ':' Part2 ':' Part3 '\r';<br><br>    main := ( a_packet | b_packet | c_packet )+;<br>
}%%<br><br>Out of curiosity, is there a way to easily examine every input character in order to calculate a running CRC value for "a_packet", for example? Perhaps something like an action prior to the p++ operation?<br>
<br>Thanks,<br>Gordon<br><br><br>