From d12e9d2435c2f45583deeac671772d0229c22e0e Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Wed, 8 May 2013 00:23:27 +0200 Subject: Fix a few problems with the jump instructions (forgot to add #x05 to all of the conditional ones, too), make uint? and label? also recognise zero as valid and fix error expression of disassembler. Implement back-and-forth transcoding of tcpdump's "decimal encoding" output of compiled packet matching instructions (using -ddd). Fixed a few bugs I ran into with bitstring, so depend on the version to be released next (this code triggers error situations in the current version) --- bpf.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpf.meta') diff --git a/bpf.meta b/bpf.meta index a5ffaba..9be37e7 100644 --- a/bpf.meta +++ b/bpf.meta @@ -4,5 +4,5 @@ (author "Peter Bex") (category net) (license "BSD") - (depends bitstring matchable) + (depends (bitstring "0.6") matchable) (test-depends test)) -- cgit v1.2.3