[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue 5.1) SSH End of message directive
>>>>> On Thu, 19 Feb 2004 17:36:28 -0500, "Gilbert Gagnon" <gagnong@nortelnetworks.com> said:
Gilbert> P.S. The framing constructs should never use the same
Gilbert> syntactic conventions as the data it frames...
The nice thing about BER and other length encoding rules is that what
is inside can be ignored by the parser above. Looking for a special
"string" inside the data to know that a frame has ended means anything
underneath MUST escape the magic string or else the framing parser
will get rather confused assuming its simple and isn't doing complete
verification. If the framing parser were a real parser, it would
realize it was inside a CDATA section and ignore the illegal
end-of-frame marker.
--
"In the bathtub of history the truth is harder to hold than the soap,
and much more difficult to find." -- Terry Pratchett
--
to unsubscribe send a message to netconf-request@ops.ietf.org with
the word 'unsubscribe' in a single line as the message text body.
archive: <http://ops.ietf.org/lists/netconf/>