Re: parsers for decoding network protocols?

"Mr Kennie Nybo Pontoppidan" <s4015614@student.uq.edu.au>
31 May 2002 22:54:43 -0400

          From comp.compilers

Related articles
parsers for decoding network protocols? scott@projtech.com (Scott Finnie) (2002-05-27)
Re: parsers for decoding network protocols? s4015614@student.uq.edu.au (Mr Kennie Nybo Pontoppidan) (2002-05-31)
Re: parsers for decoding network protocols? joachim_d@gmx.de (Joachim Durchholz) (2002-06-02)
| List of all articles for this month |

From: "Mr Kennie Nybo Pontoppidan" <s4015614@student.uq.edu.au>
Newsgroups: comp.compilers
Date: 31 May 2002 22:54:43 -0400
Organization: The University of Queensland (my.UQ Portal)
References: 02-05-150
Keywords: parse
Posted-Date: 31 May 2002 22:54:43 EDT

>The only significant differences I can see between this and parsing
>file data are:
>
>1. data source is a connection rather than a file (OK, since it can
> be abstracted to a stream I think?)


The parsing techniques I know all accept on an 'EOF' token. What is
the connection equivalent of EOF? The parser might have difficulty
detecting when to accept.


Regards,
Kennie


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.