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