Re: [pmacct-discussion] master - ndpi on 32bit CentOS 6

2020-07-09 Thread Marc Sune
Steve, Try running it with valgrind and copy&paste the warnings, if any ./valgrind pmacct/src/pmacctd -f ./mypaolo.conf -I v1.7.5_v9_ndpi_class_paolo.pcap marc Missatge de Paolo Lucente del dia dj., 9 de jul. 2020 a les 21:08: > > I did test on a Debian 10: > > 4.19.0-8-686-pae #1 SMP Debian

Re: [pmacct-discussion] master - ndpi on 32bit CentOS 6

2020-07-09 Thread Paolo Lucente
I did test on a Debian 10: 4.19.0-8-686-pae #1 SMP Debian 4.19.98-1 (2020-01-26) i686 GNU/Linux As i was suspecting, passing the pcap you sent me through a daemon compiled on this box went fine (that is, i can't reproduce the issue). From what i see, by the way, this is not something related

Re: [pmacct-discussion] master - ndpi on 32bit CentOS 6

2020-07-09 Thread Steve Clark
Thanks for checking, could you tell what distro and version you tested on? Also when I compile on 32 bit I get a lot of warning of redefines between ndpi.h and pmacct.h do you get those also? On 07/09/2020 11:55 AM, Paolo Lucente wrote: Hi Steve, I do have avail of a i686-based VM. I can't

Re: [pmacct-discussion] master - ndpi on 32bit CentOS 6

2020-07-09 Thread Paolo Lucente
Hi Steve, I do have avail of a i686-based VM. I can't say everything is tested on i686 but i tend to check every now and then that nothing fundamental is broken. I took the example config you used, compiled master code with the same config switches as you did (essentially --enable-ndpi) and h

[pmacct-discussion] master - ndpi on 32bit CentOS 6

2020-07-09 Thread Steve Clark
Hi Paolo, I have compiled master with nDPI on both 32bit and 64bit CentOS 6 systems. The 64 bit pmacctd seems to work fine. But I get bogus byte counts when I run the 32bit version against the same pcap file. Just wondered if you have done any testing on 32bit intel system with the above comb