# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# $Id: Makefile.in,v 1.5 2008-05-07 14:41:03 rjones Exp $
+# $Id$
PACKAGE = @PACKAGE_NAME@
VERSION = @PACKAGE_VERSION@
-$Id: TODO,v 1.5 2008-05-07 14:37:00 rjones Exp $
+$Id$
Major to-do items.
(1) DONE - In bitmatch operator, use patterns not expressions.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * $Id: bitmatch.ml,v 1.14 2008-05-12 20:32:55 rjones Exp $
+ * $Id$
*)
open Printf
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * $Id: bitmatch.mli,v 1.20 2008-05-08 21:28:28 rjones Exp $
+ * $Id$
*)
(**
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * $Id: bitmatch.ml,v 1.14 2008-05-12 20:32:55 rjones Exp $
+ * $Id$
*)
(* This file contains general configuration settings, set by the
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * $Id: bitmatch.ml,v 1.14 2008-05-12 20:32:55 rjones Exp $
+ * $Id$
*)
type endian = BigEndian | LittleEndian | NativeEndian
(* Read an ELF (Linux binary) header.
- * $Id: 60_ping.ml,v 1.3 2008-04-25 11:08:43 rjones Exp $
+ * $Id$
*)
open Printf
(* Parse an ext3 superblock.
- * $Id: 70_ext3_sb.ml,v 1.3 2008-04-25 12:55:39 rjones Exp $
+ * $Id$
*)
open Printf
(* Parse and display an IPv4 header from a file.
- * $Id: ipv4_header.ml,v 1.2 2008-04-01 17:31:12 rjones Exp $
+ * $Id$
*)
open Printf
(* Create an IPv4 header.
- * $Id: make_ipv4_header.ml,v 1.2 2008-04-01 17:31:12 rjones Exp $
+ * $Id$
*)
open Printf
(* Read in IPv4 and IPv6 ping packets and display them.
- * $Id: 60_ping.ml,v 1.3 2008-04-25 11:08:43 rjones Exp $
+ * $Id$
*)
open Printf
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * $Id: pa_bitmatch.ml,v 1.11 2008-04-25 14:57:11 rjones Exp $
+ * $Id$
*)
open Printf
(* Just check that the extension and library load.
- * $Id: 01_load.ml,v 1.1 2008-03-31 22:52:17 rjones Exp $
+ * $Id$
*)
let _ = Bitmatch.extract_bit
(* Construct and match against random variable sized strings.
- * $Id: 20_varsize.ml,v 1.2 2008-04-25 11:08:43 rjones Exp $
+ * $Id$
*)
open Printf