Setting the high memory configuration in the kernel to 64GB instead 4GB allowed me to successfully compile PF_RING and create a module that loads into the kernel.
Great! on to installing libpcap with the PF_RING patches. 1. Downloaded and extracted libpcap-0.8.1 2. Copied the two files from the PF_RING distribution the source directory. 3. ./configure 4. make 7. Flounder around until I figure out I had to copy "ring.h" from the PF_RING kernel sources to /usr/include/linux. 8. Seems to have compiled using libpcap-0.8.1 9. So let's try compiling pcount. Compiles, but with warning. 10. Does Run. Now, to see if I can't get nprobe to work. 1. Gotta copy libcap.a to /usr/lib and pcap.h to /usr/include. 2. Unpack nProbe. Compile. 3. nProbe runs, but provides no clue as to whether it is using PF_RING or normal libpcap. I don't have big enough hose connected to server to test yet. Notes: Running Fedora Core 4 with latest patches. [EMAIL PROTECTED] libpcap-0.8.1]# make gcc -O2 -I. -DHAVE_CONFIG_H -D_U_="" -c ./pcap-linux.c In file included from ./pcap-linux.c:80: ./pcap-int.h:110:24: error: linux/ring.h: No such file or directory In file included from ./pcap-linux.c:80: ./pcap-int.h:181: error: syntax error before 'FlowSlotInfo' ./pcap-int.h:181: warning: no semicolon at end of struct or union ./pcap-int.h:211: error: syntax error before '}' token ./pcap-linux.c: In function 'pcap_set_cluster': ./pcap-linux.c:252: error: dereferencing pointer to incomplete type ./pcap-linux.c:252: error: dereferencing pointer to incomplete type ./pcap-linux.c:252: error: 'SO_ADD_TO_CLUSTER' undeclared (first use in this function) ./pcap-linux.c:252: error: (Each undeclared identifier is reported only once ./pcap-linux.c:252: error: for each function it appears in.) ./pcap-linux.c: In function 'pcap_remove_from_cluster': ./pcap-linux.c:259: error: dereferencing pointer to incomplete type ./pcap-linux.c:260: error: dereferencing pointer to incomplete type ./pcap-linux.c:260: error: 'SO_REMOVE_FROM_CLUSTER' undeclared (first use in this function) ./pcap-linux.c: In function 'pcap_set_reflector': ./pcap-linux.c:266: error: dereferencing pointer to incomplete type ./pcap-linux.c:267: error: dereferencing pointer to incomplete type ./pcap-linux.c:267: error: 'SO_SET_REFLECTOR' undeclared (first use in this function) ./pcap-linux.c: In function 'pcap_open_live': ./pcap-linux.c:333: error: dereferencing pointer to incomplete type ./pcap-linux.c:342: error: dereferencing pointer to incomplete type ./pcap-linux.c:343: error: dereferencing pointer to incomplete type ./pcap-linux.c:344: error: dereferencing pointer to incomplete type ./pcap-linux.c:347: error: dereferencing pointer to incomplete type ./pcap-linux.c:347: error: dereferencing pointer to incomplete type ./pcap-linux.c:347: error: 'PF_RING' undeclared (first use in this function) ./pcap-linux.c:349: error: dereferencing pointer to incomplete type ./pcap-linux.c:351: error: dereferencing pointer to incomplete type ./pcap-linux.c:359: error: dereferencing pointer to incomplete type ./pcap-linux.c:364: error: dereferencing pointer to incomplete type ./pcap-linux.c:365: error: dereferencing pointer to incomplete type ./pcap-linux.c:368: error: dereferencing pointer to incomplete type ./pcap-linux.c:370: error: dereferencing pointer to incomplete type ./pcap-linux.c:375: error: dereferencing pointer to incomplete type ./pcap-linux.c:375: error: 'FlowSlotInfo' undeclared (first use in this function) ./pcap-linux.c:375: error: syntax error before ')' token ./pcap-linux.c:376: error: dereferencing pointer to incomplete type ./pcap-linux.c:376: error: 'RING_FLOWSLOT_VERSION' undeclared (first use in this function) ./pcap-linux.c:379: error: dereferencing pointer to incomplete type ./pcap-linux.c:382: error: dereferencing pointer to incomplete type ./pcap-linux.c:383: error: dereferencing pointer to incomplete type ./pcap-linux.c:385: error: dereferencing pointer to incomplete type ./pcap-linux.c:387: error: dereferencing pointer to incomplete type ./pcap-linux.c:389: error: dereferencing pointer to incomplete type ./pcap-linux.c:394: error: dereferencing pointer to incomplete type ./pcap-linux.c:394: error: syntax error before ')' token ./pcap-linux.c:395: error: dereferencing pointer to incomplete type ./pcap-linux.c:395: error: dereferencing pointer to incomplete type ./pcap-linux.c:398: error: dereferencing pointer to incomplete type ./pcap-linux.c:398: error: dereferencing pointer to incomplete type ./pcap-linux.c:399: error: dereferencing pointer to incomplete type ./pcap-linux.c:401: error: dereferencing pointer to incomplete type ./pcap-linux.c:401: error: dereferencing pointer to incomplete type ./pcap-linux.c:402: error: dereferencing pointer to incomplete type ./pcap-linux.c:407: error: dereferencing pointer to incomplete type ./pcap-linux.c:408: error: dereferencing pointer to incomplete type ./pcap-linux.c:409: error: 'FlowSlot' undeclared (first use in this function) ./pcap-linux.c:409: error: 'slot' undeclared (first use in this function) ./pcap-linux.c:409: error: syntax error before ')' token ./pcap-linux.c:409: error: dereferencing pointer to incomplete type ./pcap-linux.c:412: error: 'RING_MAGIC_VALUE' undeclared (first use in this function) ./pcap-linux.c:420: error: dereferencing pointer to incomplete type ./pcap-linux.c:421: error: dereferencing pointer to incomplete type ./pcap-linux.c:426: error: dereferencing pointer to incomplete type ./pcap-linux.c:427: error: dereferencing pointer to incomplete type ./pcap-linux.c:428: error: dereferencing pointer to incomplete type ./pcap-linux.c:429: error: dereferencing pointer to incomplete type ./pcap-linux.c:430: error: dereferencing pointer to incomplete type ./pcap-linux.c:432: error: dereferencing pointer to incomplete type ./pcap-linux.c:433: error: dereferencing pointer to incomplete type ./pcap-linux.c:441: error: dereferencing pointer to incomplete type ./pcap-linux.c:457: error: dereferencing pointer to incomplete type ./pcap-linux.c:465: error: dereferencing pointer to incomplete type ./pcap-linux.c:474: error: dereferencing pointer to incomplete type ./pcap-linux.c:484: error: dereferencing pointer to incomplete type ./pcap-linux.c:493: error: dereferencing pointer to incomplete type ./pcap-linux.c:495: error: dereferencing pointer to incomplete type ./pcap-linux.c:526: error: dereferencing pointer to incomplete type ./pcap-linux.c:527: error: dereferencing pointer to incomplete type ./pcap-linux.c:538: error: dereferencing pointer to incomplete type ./pcap-linux.c:583: error: dereferencing pointer to incomplete type ./pcap-linux.c:589: error: dereferencing pointer to incomplete type ./pcap-linux.c:590: error: dereferencing pointer to incomplete type ./pcap-linux.c:590: error: dereferencing pointer to incomplete type ./pcap-linux.c:591: error: dereferencing pointer to incomplete type ./pcap-linux.c:591: error: dereferencing pointer to incomplete type ./pcap-linux.c:603: error: dereferencing pointer to incomplete type ./pcap-linux.c:603: error: dereferencing pointer to incomplete type ./pcap-linux.c:608: error: dereferencing pointer to incomplete type ./pcap-linux.c:608: error: dereferencing pointer to incomplete type ./pcap-linux.c:608: error: dereferencing pointer to incomplete type ./pcap-linux.c:609: error: dereferencing pointer to incomplete type ./pcap-linux.c:624: error: dereferencing pointer to incomplete type ./pcap-linux.c:624: error: dereferencing pointer to incomplete type ./pcap-linux.c:626: error: dereferencing pointer to incomplete type ./pcap-linux.c:627: error: dereferencing pointer to incomplete type ./pcap-linux.c:628: error: dereferencing pointer to incomplete type ./pcap-linux.c:629: error: dereferencing pointer to incomplete type ./pcap-linux.c:630: error: dereferencing pointer to incomplete type ./pcap-linux.c:631: error: dereferencing pointer to incomplete type ./pcap-linux.c:632: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'pcap_read_packet': ./pcap-linux.c:673: error: dereferencing pointer to incomplete type ./pcap-linux.c:675: error: 'FlowSlot' undeclared (first use in this function) ./pcap-linux.c:675: error: 'slot' undeclared (first use in this function) ./pcap-linux.c:677: error: syntax error before ')' token ./pcap-linux.c:677: error: dereferencing pointer to incomplete type ./pcap-linux.c:677: error: dereferencing pointer to incomplete type ./pcap-linux.c:677: error: dereferencing pointer to incomplete type ./pcap-linux.c:682: error: dereferencing pointer to incomplete type ./pcap-linux.c:682: error: dereferencing pointer to incomplete type ./pcap-linux.c:683: error: dereferencing pointer to incomplete type ./pcap-linux.c:683: error: dereferencing pointer to incomplete type ./pcap-linux.c:685: error: dereferencing pointer to incomplete type ./pcap-linux.c:685: error: dereferencing pointer to incomplete type ./pcap-linux.c:685: error: dereferencing pointer to incomplete type ./pcap-linux.c:701: error: dereferencing pointer to incomplete type ./pcap-linux.c:720: warning: pointer targets in passing argument 3 of 'callback' differ in signedness ./pcap-linux.c:728: error: dereferencing pointer to incomplete type ./pcap-linux.c:728: error: dereferencing pointer to incomplete type ./pcap-linux.c:729: error: dereferencing pointer to incomplete type ./pcap-linux.c:730: error: dereferencing pointer to incomplete type ./pcap-linux.c:730: error: dereferencing pointer to incomplete type ./pcap-linux.c:730: error: dereferencing pointer to incomplete type ./pcap-linux.c:732: error: dereferencing pointer to incomplete type ./pcap-linux.c:733: error: dereferencing pointer to incomplete type ./pcap-linux.c:733: error: dereferencing pointer to incomplete type ./pcap-linux.c:733: error: dereferencing pointer to incomplete type ./pcap-linux.c:736: error: dereferencing pointer to incomplete type ./pcap-linux.c:745: error: dereferencing pointer to incomplete type ./pcap-linux.c:773: error: dereferencing pointer to incomplete type ./pcap-linux.c:774: error: dereferencing pointer to incomplete type ./pcap-linux.c:791: error: dereferencing pointer to incomplete type ./pcap-linux.c:805: error: dereferencing pointer to incomplete type ./pcap-linux.c:805: error: dereferencing pointer to incomplete type ./pcap-linux.c:810: error: dereferencing pointer to incomplete type ./pcap-linux.c:816: error: dereferencing pointer to incomplete type ./pcap-linux.c:821: error: dereferencing pointer to incomplete type ./pcap-linux.c:822: error: dereferencing pointer to incomplete type ./pcap-linux.c:832: error: dereferencing pointer to incomplete type ./pcap-linux.c:832: error: dereferencing pointer to incomplete type ./pcap-linux.c:848: error: dereferencing pointer to incomplete type ./pcap-linux.c:849: error: dereferencing pointer to incomplete type ./pcap-linux.c:858: error: dereferencing pointer to incomplete type ./pcap-linux.c:945: error: dereferencing pointer to incomplete type ./pcap-linux.c:946: error: dereferencing pointer to incomplete type ./pcap-linux.c:949: error: dereferencing pointer to incomplete type ./pcap-linux.c:949: error: dereferencing pointer to incomplete type ./pcap-linux.c:950: error: dereferencing pointer to incomplete type ./pcap-linux.c:960: error: dereferencing pointer to incomplete type ./pcap-linux.c:961: error: dereferencing pointer to incomplete type ./pcap-linux.c:961: error: dereferencing pointer to incomplete type ./pcap-linux.c:1001: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'pcap_stats_linux': ./pcap-linux.c:1026: error: dereferencing pointer to incomplete type ./pcap-linux.c:1027: error: dereferencing pointer to incomplete type ./pcap-linux.c:1028: error: dereferencing pointer to incomplete type ./pcap-linux.c:1033: error: dereferencing pointer to incomplete type ./pcap-linux.c:1034: error: dereferencing pointer to incomplete type ./pcap-linux.c:1035: error: dereferencing pointer to incomplete type ./pcap-linux.c:1045: error: dereferencing pointer to incomplete type ./pcap-linux.c:1071: error: dereferencing pointer to incomplete type ./pcap-linux.c:1072: error: dereferencing pointer to incomplete type ./pcap-linux.c:1084: error: dereferencing pointer to incomplete type ./pcap-linux.c:1119: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'pcap_setfilter_linux': ./pcap-linux.c:1157: error: dereferencing pointer to incomplete type ./pcap-linux.c:1157: error: dereferencing pointer to incomplete type ./pcap-linux.c:1172: error: dereferencing pointer to incomplete type ./pcap-linux.c:1178: error: dereferencing pointer to incomplete type ./pcap-linux.c:1234: error: dereferencing pointer to incomplete type ./pcap-linux.c:1241: error: dereferencing pointer to incomplete type ./pcap-linux.c:1266: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'map_arphrd_to_dlt': ./pcap-linux.c:1308: error: dereferencing pointer to incomplete type ./pcap-linux.c:1309: error: dereferencing pointer to incomplete type ./pcap-linux.c:1313: error: dereferencing pointer to incomplete type ./pcap-linux.c:1317: error: dereferencing pointer to incomplete type ./pcap-linux.c:1321: error: dereferencing pointer to incomplete type ./pcap-linux.c:1325: error: dereferencing pointer to incomplete type ./pcap-linux.c:1333: error: dereferencing pointer to incomplete type ./pcap-linux.c:1334: error: dereferencing pointer to incomplete type ./pcap-linux.c:1338: error: dereferencing pointer to incomplete type ./pcap-linux.c:1345: error: dereferencing pointer to incomplete type ./pcap-linux.c:1346: error: dereferencing pointer to incomplete type ./pcap-linux.c:1390: error: dereferencing pointer to incomplete type ./pcap-linux.c:1392: error: dereferencing pointer to incomplete type ./pcap-linux.c:1399: error: dereferencing pointer to incomplete type ./pcap-linux.c:1406: error: dereferencing pointer to incomplete type ./pcap-linux.c:1430: error: dereferencing pointer to incomplete type ./pcap-linux.c:1448: error: dereferencing pointer to incomplete type ./pcap-linux.c:1456: error: dereferencing pointer to incomplete type ./pcap-linux.c:1483: error: dereferencing pointer to incomplete type ./pcap-linux.c:1490: error: dereferencing pointer to incomplete type ./pcap-linux.c:1494: error: dereferencing pointer to incomplete type ./pcap-linux.c:1518: error: dereferencing pointer to incomplete type ./pcap-linux.c:1523: error: dereferencing pointer to incomplete type ./pcap-linux.c:1530: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'live_open_new': ./pcap-linux.c:1571: error: dereferencing pointer to incomplete type ./pcap-linux.c:1584: error: dereferencing pointer to incomplete type ./pcap-linux.c:1590: error: dereferencing pointer to incomplete type ./pcap-linux.c:1599: error: dereferencing pointer to incomplete type ./pcap-linux.c:1607: error: dereferencing pointer to incomplete type ./pcap-linux.c:1608: error: dereferencing pointer to incomplete type ./pcap-linux.c:1609: error: dereferencing pointer to incomplete type ./pcap-linux.c:1610: error: dereferencing pointer to incomplete type ./pcap-linux.c:1634: error: dereferencing pointer to incomplete type ./pcap-linux.c:1636: error: dereferencing pointer to incomplete type ./pcap-linux.c:1652: error: dereferencing pointer to incomplete type ./pcap-linux.c:1653: error: dereferencing pointer to incomplete type ./pcap-linux.c:1669: error: dereferencing pointer to incomplete type ./pcap-linux.c:1670: error: dereferencing pointer to incomplete type ./pcap-linux.c:1717: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'iface_bind': ./pcap-linux.c:1783: error: 'PF_RING' undeclared (first use in this function) ./pcap-linux.c: In function 'pcap_close_linux': ./pcap-linux.c:1842: error: dereferencing pointer to incomplete type ./pcap-linux.c:1843: error: dereferencing pointer to incomplete type ./pcap-linux.c:1843: error: dereferencing pointer to incomplete type ./pcap-linux.c:1844: error: dereferencing pointer to incomplete type ./pcap-linux.c:1848: error: dereferencing pointer to incomplete type ./pcap-linux.c:1859: error: dereferencing pointer to incomplete type ./pcap-linux.c:1860: error: dereferencing pointer to incomplete type ./pcap-linux.c:1873: error: dereferencing pointer to incomplete type ./pcap-linux.c:1888: error: dereferencing pointer to incomplete type ./pcap-linux.c:1897: error: dereferencing pointer to incomplete type ./pcap-linux.c:1902: error: dereferencing pointer to incomplete type ./pcap-linux.c:1902: error: dereferencing pointer to incomplete type ./pcap-linux.c:1909: error: dereferencing pointer to incomplete type ./pcap-linux.c:1910: error: dereferencing pointer to incomplete type ./pcap-linux.c:1911: error: dereferencing pointer to incomplete type ./pcap-linux.c:1912: error: dereferencing pointer to incomplete type ./pcap-linux.c:1913: error: dereferencing pointer to incomplete type ./pcap-linux.c:1914: error: dereferencing pointer to incomplete type ./pcap-linux.c:1915: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'live_open_old': ./pcap-linux.c:1933: error: dereferencing pointer to incomplete type ./pcap-linux.c:1934: error: dereferencing pointer to incomplete type ./pcap-linux.c:1941: error: dereferencing pointer to incomplete type ./pcap-linux.c:1944: error: dereferencing pointer to incomplete type ./pcap-linux.c:1953: error: dereferencing pointer to incomplete type ./pcap-linux.c:1959: error: dereferencing pointer to incomplete type ./pcap-linux.c:1968: error: dereferencing pointer to incomplete type ./pcap-linux.c:1979: error: dereferencing pointer to incomplete type ./pcap-linux.c:2013: error: dereferencing pointer to incomplete type ./pcap-linux.c:2019: error: dereferencing pointer to incomplete type ./pcap-linux.c:2025: error: dereferencing pointer to incomplete type ./pcap-linux.c:2034: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'iface_bind_old': ./pcap-linux.c:2064: error: 'PF_RING' undeclared (first use in this function) ./pcap-linux.c: In function 'fix_program': ./pcap-linux.c:2140: error: dereferencing pointer to incomplete type ./pcap-linux.c:2140: error: dereferencing pointer to incomplete type ./pcap-linux.c:2141: error: dereferencing pointer to incomplete type ./pcap-linux.c:2144: error: dereferencing pointer to incomplete type ./pcap-linux.c:2144: error: dereferencing pointer to incomplete type ./pcap-linux.c:2148: error: dereferencing pointer to incomplete type ./pcap-linux.c:2198: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'set_kernel_filter': ./pcap-linux.c:2291: error: dereferencing pointer to incomplete type ./pcap-linux.c:2303: error: dereferencing pointer to incomplete type ./pcap-linux.c:2311: error: dereferencing pointer to incomplete type ./pcap-linux.c:2313: error: dereferencing pointer to incomplete type ./pcap-linux.c:2314: error: dereferencing pointer to incomplete type ./pcap-linux.c:2318: error: dereferencing pointer to incomplete type ./pcap-linux.c:2322: error: dereferencing pointer to incomplete type ./pcap-linux.c:2322: error: dereferencing pointer to incomplete type ./pcap-linux.c:2335: error: dereferencing pointer to incomplete type ./pcap-linux.c: In function 'reset_kernel_filter': ./pcap-linux.c:2368: error: dereferencing pointer to incomplete type ./pcap-linux.c:2368: error: dereferencing pointer to incomplete type ./pcap-linux.c:2368: error: 'PF_RING' undeclared (first use in this function) make: *** [pcap-linux.o] Error 1 [EMAIL PROTECTED] libpcap-0.8.1]# -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johnson, Neil M Sent: Thursday, October 27, 2005 11:44 AM To: [email protected] Subject: RE: [Ntop-misc] PF_RING patches Yes, Except at 2.6.13 you have a choice of either 4GB or 64GB memory space instead of just yes or no. I tried 4GB and am now trying 64GB. It appears that it is setting CONFIG_HIGHMEM flag either way. -Neil -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Doctor Sent: Thursday, October 27, 2005 10:42 AM To: [email protected] Subject: Re: [Ntop-misc] PF_RING patches Are you compiling with high memory enabled? -brad > Forgot that Gentoo is still using gcc 3. > > Installed Fedora Core 4. Still geting same error message during compile. > Am I missing a kernel setting ? > > Thanks. > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Johnson, > Neil M > Sent: Tuesday, October 25, 2005 2:48 PM > To: [email protected] > Subject: RE: [Ntop-misc] PF_RING patches > > When I try to compile it with GENTOO with the 2.6.13.2 kernel I get: > > WARNING: /lib/modules/2.6.13.2/kernel/net/ring/ring.ko needs unknown > symbol pmd_offset_map > > -Neil > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Luca Deri > Sent: Friday, October 21, 2005 6:03 AM > To: [email protected] > Subject: [Ntop-misc] PF_RING patches > > WARNING: Unsanitized content follows. -- Start of PGP signed section. > Dear all, > I've just committed a new version of pf_ring that should address gcc 4 > compilation issues and high memory support problems. > > Can you please fetch it and give it a try? > > Thanks, Luca -- End of PGP signed section, PGP failed! -- Brad Doctor, CISSP _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johnson, Neil M Sent: Thursday, October 27, 2005 11:44 AM To: [email protected] Subject: RE: [Ntop-misc] PF_RING patches Yes, Except at 2.6.13 you have a choice of either 4GB or 64GB memory space instead of just yes or no. I tried 4GB and am now trying 64GB. It appears that it is setting CONFIG_HIGHMEM flag either way. -Neil -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Doctor Sent: Thursday, October 27, 2005 10:42 AM To: [email protected] Subject: Re: [Ntop-misc] PF_RING patches Are you compiling with high memory enabled? -brad > Forgot that Gentoo is still using gcc 3. > > Installed Fedora Core 4. Still geting same error message during compile. > Am I missing a kernel setting ? > > Thanks. > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Johnson, > Neil M > Sent: Tuesday, October 25, 2005 2:48 PM > To: [email protected] > Subject: RE: [Ntop-misc] PF_RING patches > > When I try to compile it with GENTOO with the 2.6.13.2 kernel I get: > > WARNING: /lib/modules/2.6.13.2/kernel/net/ring/ring.ko needs unknown > symbol pmd_offset_map > > -Neil > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Luca Deri > Sent: Friday, October 21, 2005 6:03 AM > To: [email protected] > Subject: [Ntop-misc] PF_RING patches > > WARNING: Unsanitized content follows. -- Start of PGP signed section. > Dear all, > I've just committed a new version of pf_ring that should address gcc 4 > compilation issues and high memory support problems. > > Can you please fetch it and give it a try? > > Thanks, Luca -- End of PGP signed section, PGP failed! -- Brad Doctor, CISSP _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
