Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
If the comprehension TLV tag matches the expected handler, and the
handler fails to parse the tag, then increase the iterator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Server processes one command line at one time, so ignore the rest
incoming bytes during the command parsing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can be used for other data objects than text and default text
|
|
|
|
The tag checking can be done safely once inside the main parsing
function, no need to repeat it in the individual object parsers.
|
|
|
|
|
|
|
|
|