Kurth I compile ndpi on linux, Windows and osx. If you provide me an account in your system I can see what happens.
Cheers Luca Sent from my iPad (sorry for typos) On 23/feb/2013, at 01:10, Kurt Buff <[email protected]> wrote: > Sorry for getting back to this so late - been busy... > > So, I tried the following (on FreeBSD 9.1-RELEASE) > > o- svn checkout https://svn.ntop.org/svn/ntop/trunk/nDPI /root/ndpi > o- cd /root/nndpi > o- ./configure > o- make > > and with the last command, I get the following: > > ndpi_main.c:3443: error: 'const struct ndpi_iphdr' has no member named > 'version' > ndpi_main.c:3443: error: 'const struct ndpi_iphdr' has no member named 'ihl' > ndpi_main.c:3448: error: 'const struct ndpi_iphdr' has no member named > 'version' > ndpi_main.c:3452: error: 'const struct ndpi_iphdr' has no member named > 'version' > ndpi_main.c:3465: error: 'const struct ndpi_iphdr' has no member named > 'version' > ndpi_main.c:3465: error: 'const struct ndpi_iphdr' has no member named 'ihl' > ndpi_main.c:3486: error: 'const struct ndpi_iphdr' has no member named > 'version' > *** [libndpi_la-ndpi_main.lo] Error code 1 > > Stop in /root/ndpi/src/lib. > *** [all-recursive] Error code 1 > > Stop in /root/ndpi. > > What next? Perhaps I, in my lack of experience, have not done what's needed? > > Kurt > > On Tue, Jan 22, 2013 at 10:49 AM, Kurt Buff <[email protected]> wrote: >> Yes - according to /etc/services on my FreeBSD machines, iscsi uses >> port 860 tcp/udp, and iscsi-target uses 3260 tcp/udp - I'd like to >> differentiate that from other IP traffic on my L3 switch, where it >> traverses one of the VLANs. >> >> Thanks, >> >> Kurt >> >> On Tue, Jan 22, 2013 at 7:56 AM, Luca Deri <[email protected]> wrote: >>> Kurt >>> I need to do that, it's on my todo list. THis for protocols you can identify >>> by port. Is this the case of iSCSI? >>> >>> Luca >>> >>> >>> On 01/22/2013 01:12 AM, Kurt Buff wrote: >>>> >>>> Quick question: The documentation talks about setting up a file with a >>>> list of protocols with the -p parameter. >>>> >>>> Does setting this up override nDPI, or can I specify a file that has >>>> some extra that aren't known by nDPI (such as iSCSI), and get the >>>> results from both? >>>> >>>> Or, if I would lose the benefit of nDPI if I specify a protocols list, >>>> can I do some sort of naive addition to nDPI to specify the ports for >>>> {iscsi|iscsi-target}? >>>> >>>> Kurt >>>> _______________________________________________ >>>> Ntop mailing list >>>> [email protected] >>>> http://listgateway.unipi.it/mailman/listinfo/ntop >>> >>> >>> _______________________________________________ >>> Ntop mailing list >>> [email protected] >>> http://listgateway.unipi.it/mailman/listinfo/ntop > _______________________________________________ > Ntop mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
