| 2008-06-13 | Richard W.M... | Documentation cleanups | commit | commitdiff | tree | snapshot | 
| 2008-06-13 | Richard W.M... | Documentation cleanups | commit | commitdiff | tree | snapshot | 
| 2008-06-13 | Richard W.M... | Documentation clarification. | commit | commitdiff | tree | snapshot | 
| 2008-06-13 | Richard W.M... | Clarify how to write multiple patterns to a file | commit | commitdiff | tree | snapshot | 
| 2008-06-13 | Richard W.M... | Version 1.9 for release. | commit | commitdiff | tree | snapshot | 
| 2008-06-13 | Richard W.M... | Update MANIFEST | commit | commitdiff | tree | snapshot | 
| 2008-06-13 | Richard W.M... | Persistent patterns, save and load to a file. | commit | commitdiff | tree | snapshot | 
| 2008-06-12 | Richard W.M... | Split out field handling from pa_bitmatch into a common... | commit | commitdiff | tree | snapshot | 
| 2008-06-11 | Richard W.M... | Committing NON-WORKING cil tools directory.  This code... | commit | commitdiff | tree | snapshot | 
| 2008-06-10 | Richard W.M... | Started to copy the import tool from libunbin. | commit | commitdiff | tree | snapshot | 
| 2008-05-21 | Richard W.M... | Include CHANGES file in tarball. | commit | commitdiff | tree | snapshot | 
| 2008-05-21 | Richard W.M... | Version 1.3, updated MANIFEST. | commit | commitdiff | tree | snapshot | 
| 2008-05-21 | Richard W.M... | Endianness expressions. | commit | commitdiff | tree | snapshot | 
| 2008-05-19 | Richard W.M... | Updated MANIFEST | commit | commitdiff | tree | snapshot | 
| 2008-05-19 | Richard W.M... | Added libpcap parsing example. | commit | commitdiff | tree | snapshot | 
| 2008-05-19 | Richard W.M... | When flen is a constant, use the constant integer value... | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Version 1.2 for release. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Updated MANIFEST | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Fix string_of_bitstring/add_bits handling of non-multip... | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Minor code rearrangement, improve an error message. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Added integer matching test. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Bit-matching test. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Seems that the ELF fields are little-endian. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Updated MANIFEST and removed .cvsignore files. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Version 1.1 for release. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Added GIF parsing example. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Enable svn:keywords Id property on relevant files. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | ELF parsing example. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Make examples depend upon library. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | More consistent naming of files. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Removed obsolete tests, and moved some tests into examples. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Fix svnignore in the examples subdirectory. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Added rules to build examples. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Fix this example so it now works. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Implement bitstring_to_chan, bitstring_to_file. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Implement the nativeendian version of some functions. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Fix examples to use the new syntax. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Updated TODO | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Version 1.0 for release. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Allow '_' to be used to ignore more types of bitstring... | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Fix check-manifest rule to work with Subversion. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | Polymorphic 'field' type. | commit | commitdiff | tree | snapshot | 
| 2008-05-18 | Richard W.M... | More complete handling of constant field length express... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 | Richard W.M... | Fix extracting in little-endian case. | commit | commitdiff | tree | snapshot | 
| 2008-05-08 | Richard W.M... | Added extract_int64_le_unsigned, version 0.8 for release. | commit | commitdiff | tree | snapshot | 
| 2008-05-07 | Richard W.M... | Missing exception arg to construct_bit, and added const... | commit | commitdiff | tree | snapshot | 
| 2008-05-07 | Richard W.M... | Requires unix - new version 0.7 candidate for release. | commit | commitdiff | tree | snapshot | 
| 2008-05-07 | Richard W.M... | Added construct_string, version 0.7 for release. | commit | commitdiff | tree | snapshot | 
| 2008-04-26 | Richard W.M... | bitstring_of_string and bitstring_of_*_max functions. | commit | commitdiff | tree | snapshot | 
| 2008-04-25 | Richard W.M... | Version 0.6 for release. | commit | commitdiff | tree | snapshot | 
| 2008-04-25 | Richard W.M... | Turn off exhaustiveness checking (thanks: Martin Jambon). | commit | commitdiff | tree | snapshot | 
| 2008-04-25 | Richard W.M... | Allow matching against a string type. | commit | commitdiff | tree | snapshot | 
| 2008-04-25 | Richard W.M... | Use patterns, not expressions, in the bitmatch operator. | commit | commitdiff | tree | snapshot | 
| 2008-04-25 | Richard W.M... | Change syntax so that { ... } surrounds match patterns. | commit | commitdiff | tree | snapshot | 
| 2008-04-25 | Richard W.M... | Typo. | commit | commitdiff | tree | snapshot | 
| 2008-04-16 | Richard W.M... | Added TODO to MANIFEST. | commit | commitdiff | tree | snapshot | 
| 2008-04-15 | Richard W.M... | Version 0.4. | commit | commitdiff | tree | snapshot | 
| 2008-04-15 | Richard W.M... | Added TODO file. | commit | commitdiff | tree | snapshot | 
| 2008-04-15 | Richard W.M... | string_of_bitstring. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Some fixes to the META file, still doesn't work. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Fixed 'compiling' documentation. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Install pa_bitmatch.cmo, don't install pa_bitmatch... | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Documentation update | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Version 0.2 released. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Updated MANIFEST. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Updated documentation. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Start of documentation. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Update cvsignore. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Move more common bithandling code into I/I32/I64 modules. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Outline of documentation. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | LGPL notices. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Makefile make install/clean. | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Added README | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Updated MANIFEST | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | META file | commit | commitdiff | tree | snapshot | 
| 2008-04-02 | Richard W.M... | Autoconfify. | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Ignore tarballs | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Added MANIFEST, distribution rule. | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Fixed byte swaps so that now ext3 superblock can be... | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Fixed syntax of the examples. | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Added constructors. | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Now supports constant field patterns in bitmatch. | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Added extract_int_be_unsigned and extract_int32_be_unsi... | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Fix corrupted IPv4/6 packets. | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Added IPv4 and IPv6 ping packets. | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Added Bitmatch.hexdump_bitstring | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | Avoid compiler warning from 'raise Exit; ()' | commit | commitdiff | tree | snapshot | 
| 2008-04-01 | Richard W.M... | extract_char_unsigned | commit | commitdiff | tree | snapshot | 
| 2008-03-31 | Richard W.M... | Bitmatch syntax extension, working on bits and bitstrings. | commit | commitdiff | tree | snapshot | 
| 2008-03-31 | (no author) | New repository initialized by cvs2svn. | commit | commitdiff | tree | snapshot | 
|  |