20 #ifndef _GUAC_PARSER_TYPES_H 21 #define _GUAC_PARSER_TYPES_H The instruction has been fully parsed.
Definition: parser-types.h:49
The parser is currently waiting for data to complete the length prefix of the current element of the ...
Definition: parser-types.h:38
guac_parse_state
All possible states of the instruction parser.
Definition: parser-types.h:32
The instruction cannot be parsed because of a protocol error.
Definition: parser-types.h:54
The parser has finished reading the length prefix and is currently waiting for data to complete the c...
Definition: parser-types.h:44
A Guacamole protocol parser, which reads individual instructions, filling its own internal structure ...
Definition: parser.h:33