M4_REPLAY_PARSE_STATE#

# get
<module-index> M4_REPLAY_PARSE_STATE ?

Description#

Only one Capture File can be parsed at a time. This command returns the state of the parser, which can be PARSING or OFF. M4_REPLAY_PARSE_START command is only accepted when the parser state is OFF.

Actions#

get

Parameters#

state: byte, capture file parsing state
  • OFF = 0

  • PARSING = 1

Example#

# get
input:  0 M4_REPLAY_PARSE_STATE ?
output: 0 M4_REPLAY_PARSE_STATE OFF