I am trying to use the fast packet capture, using the ring kernel module. I was getting compile issues when dev.c is EXPORT_SYMTABL(ring_handler).
Now I have tried 2 different methods to fix this. 1) I added dev.o to the export object in the makfile in /net/core/Makefile 2) I added a compile flag of -DEXPORT_SYMTAB both these work in building the kernel without error, the problem is that when I attempt to 'insmod ring.o' I get an error stating 'unresolved symbol ring_handler' I would rtfm but I cant seem to find the 'm'. Is there something I need to change in the /net/core/Makefile or is there something I left out? _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
