ThisIsTiger / opendpi

Automatically exported from code.google.com/p/opendpi
GNU Lesser General Public License v3.0
0 stars 0 forks source link

iptables v1.4.0: Couldn't find match `opendpi' #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Cross compile opendpi-1.2.0 to MIPS32 platform
2. Cross compile opendpi-netfilter-wrapper-1.1 to MIPS platform according to 
the instructions.
3. Copy the libxt_opendpi.so file to /lib/xtables directory and xt_opendpi.ko 
to the /lib/modules directory on the target.

4. # modprobe xt_opendpi
   xt_opendpi 0.1 (OpenDPI wrapper module).

5. # iptables -m opendpi --help
   iptables v1.4.10: Couldn't find match `opendpi'

   Try `iptables -h' or 'iptables --help' for more information.

What is the expected output? What do you see instead?

The command display available protocols we can match for in every packet.
Instead we are seeing #5 error message mentioned above.

What version of the product are you using? On what operating system?

We are using opendpi-1.2.0 and opendpi-netfilter-wrapper-1.1.
Iptables version is 1.4.10
Kernel version is 2.6.30 on MIPS32.

Please provide any additional information below.

Toolchain used is mips-linux-uclibc-gcc.

Original issue reported on code.google.com by hiremath...@gmail.com on 27 Apr 2011 at 1:03