summaryrefslogtreecommitdiff
path: root/bpf.meta
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2013-05-08 00:23:27 +0200
committerPeter Bex <peter@more-magic.net>2016-03-04 21:38:49 +0100
commitd12e9d2435c2f45583deeac671772d0229c22e0e (patch)
tree281609e305c3651c789e91708812fd435e59cdea /bpf.meta
parent5a9446604f9fea441fd20d3c37eace5329307ab4 (diff)
downloadbpf-d12e9d2435c2f45583deeac671772d0229c22e0e.tar.gz
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)
Diffstat (limited to 'bpf.meta')
-rw-r--r--bpf.meta2
1 files changed, 1 insertions, 1 deletions
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))