aboutgitcodelistschat:MatrixIRC
path: root/disasm.h
blob: 4df0cec2f2b8f812e9c210383037c9a40642639d (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                   
#ifndef DISASM_H_
#define DISASM_H_

#define SIZE_FILTER 1024

void bpf_disasm(const struct sock_filter f, unsigned int i);
void bpf_disasm_all(const struct sock_filter *f, unsigned int len);

#endif