(In the future, pls use ntop-misc for PF_RING) Sounds like the patch didn't take... Those are defined in PATCH-to-netsyms.c:
$ cat PATCH-to-netsyms.c #if defined (CONFIG_RING) || defined(CONFIG_RING_MODULE) #include <linux/version.h> #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)) #include <linux/ring.h> EXPORT_SYMBOL(get_skb_ring_handler); EXPORT_SYMBOL(set_skb_ring_handler); EXPORT_SYMBOL(do_skb_ring_handler); EXPORT_SYMBOL(get_buffer_ring_handler); EXPORT_SYMBOL(set_buffer_ring_handler); EXPORT_SYMBOL(do_buffer_ring_handler); #endif #endif Either that or the kernel updates since late November broke things... Maybe Luca will weigh in with something... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 2:46 PM To: [EMAIL PROTECTED] Subject: [Ntop-dev] may be missing code in PF_RING I just checked out the PF_RING code and am trying to compile against 2.4.22. Patching goes fine. During last stages of linking (everything linking into vmlinuz) there are errors with network.o containing undefined symbol references for the following functions: set_skb_ring_handler get_skb_ring_handler do_skb_ring_handler get_buffer_ring_handler set_buffer_ring_handler do_buffer_ring_handler I grep'd through the PF_RING code and don't find implementations of any of these functions. I grep'd through my kernel source and also didn't find these functions. Is there code missing from the PF_RING cvs? Or is there a complementary package that I should have also downloaded? Cheers. ----------------------------------------- TCCN : TheClerk.com Networks Webmail Scanned for viruses by Dr. Web Anti-Virus _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
