From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA30392; Mon, 18 Mar 2002 11:27:08 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA29275 for ; Mon, 18 Mar 2002 11:27:07 +0100 (MET) Received: from atlrel7.hp.com (atlrel7.hp.com [156.153.255.213]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g2IAPhj15005 for ; Mon, 18 Mar 2002 11:27:07 +0100 (MET) Received: from postbox.india.hp.com (postbox.india.hp.com [15.10.45.1]) by atlrel7.hp.com (Postfix) with ESMTP id 8B338805153 for ; Mon, 18 Mar 2002 05:25:31 -0500 (EST) Received: from localhost (koshy@localhost [127.0.0.1]) by postbox.india.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with SMTP id QAA01997 for ; Mon, 18 Mar 2002 16:07:09 +0530 (IST) Message-Id: <200203181037.QAA01997@postbox.india.hp.com> X-Authentication-Warning: postbox.india.hp.com: koshy@localhost [127.0.0.1] didn't use HELO protocol To: caml-list@inria.fr Subject: [Caml-list] Parsing packets? Date: Mon, 18 Mar 2002 16:07:07 +0530 From: A Joseph Koshy Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk [Warning: Perhaps an newbie question] I'm attempting to manipulate in O'Caml, packets of data with well-defined layouts (for example: X11 packets, IP and TCP packets). Is there a tool that can generate code from a packet layout specification, for reading and writing such packets from a stream of bytes? If not, any suggestions on modules to study before designing such a module? Thanks, Koshy My opinions only. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners