Ivan Nardi

Results 94 comments of Ivan Nardi

Thanks for working on that! While it seems better now, some tests keep failing... For example, the first test is ok, but the second one fails; log: [output_test_2.txt…]() Am I...

> The link to test 2 output is not working Sorry: [output_test_2.txt](https://github.com/ntop/ntopng/files/13871911/output_test_2.txt)

Closing for inactivity. If still interested, please open a new issue, providing all the information

@mmanoj , very sorry for the delay. FPC is a complex topic, but the most easy (and obvious) ways to achieve that are: * via IP match, improving the IP...

1) Extend the ip lists. Take a look at the existing lists (in `/util` and `utils/asn_update.sh`) and try adding other ones: new important/used applications/services, new streaming services, new game networks,...

> > Please clarify below point: Is current nDPI DNS dissectors support to capture DNS answer (A/AAAA) record and IP address associated with it or need to develop that part?...

> @IvanNardi > > I done the base work for Action #2 LRU cache, can I send the file(s) to review? Yes, please! These are busy days.. I'll take a...

@mmanoj , could you push your code as a Pull Request, please? It will *drastically* improve the review process... Thanks

At very least you need: * to use `pcap_open_offline_with_tstamp_precision()` * treat the `struct timeval` in the `pcap_pkthdr` structure as being seconds and nanoseconds rather than seconds and microseconds With some...

I'll do a proper review later, but I have an initial question: is there any specific reasons why this PE stuff is treated as a new protocol instead of a...