Commit graph

920 commits

Author SHA1 Message Date
Luca Deri
8bb6766039 Compilation fix 2024-08-26 16:06:00 +02:00
Alfredo Cardigliano
0ba4c2f44b Add atomic to check for concurrency issues 2024-08-09 18:18:06 +02:00
Luca Deri
95595e3f2a Rewokred trafic directions computation (#8581) 2024-08-01 17:58:09 +02:00
Luca Deri
c29a73d4f6 Fixed invalid application protocol accounting in network interfaces
due to partial nDPi detection
2024-07-26 22:10:59 +02:00
Matteo Biscosi
72ced2fcfd Fixes netflow devices c++ function not working 2024-07-18 13:07:21 +02:00
Matteo Biscosi
b4b9253472 Fixes flow exporters issues 2024-07-18 10:24:20 +02:00
Alfredo Cardigliano
ee8f7755b7 Add badge while processing records 2024-07-16 14:36:26 +00:00
Alfredo Cardigliano
13c04f9850 Extend flow-dump-disabled flag 2024-07-15 16:50:13 +00:00
Alfredo Cardigliano
3a08b62e05 Return host_pool_match (ip or mac) from C 2024-07-12 15:55:22 +00:00
Alfredo Cardigliano
b5d7d80265 Disable flow dump on db interfaces. Hide historical flows and reports menu. 2024-07-09 09:31:33 +00:00
Alfredo Cardigliano
59612cf096 Fix nameclash with datalink type variable. Add missing datalink initializations. 2024-06-10 15:53:43 +02:00
Matteo Biscosi
84806c9669 Removed unused code 2024-05-08 09:28:34 -04:00
Luca Deri
3d117a9e16 Added support for SIP CallID in flow key 2024-05-04 11:27:38 +02:00
Luca Deri
3cc0aeddc5 Removed outdated unahandled flows that was casing fiscrepancies in flow accounting 2024-05-02 10:54:56 +02:00
Alfredo Cardigliano
d7415c156d Add option to limit rows 2024-04-19 15:41:27 +02:00
Luca Deri
6ed953a5a3 Reworked host categorization
Fix for https://github.com/ntop/ntopng/issues/8262
2024-04-18 23:28:21 +02:00
Luca Deri
296eebda0a Updates due to the new nDPI 2024-04-03 14:21:09 +02:00
Matteo Biscosi
8486831c6e Fixes slow loading of flow exporters with tons of devices 2024-03-28 11:42:23 -04:00
Matteo Biscosi
e58c60867e Fixes reset counters does not reset sent/rcvd bytes/packets (#8135) 2024-03-27 06:55:06 -04:00
Matteo Biscosi
4deb911b2e Updated info for faster loading in flow page 2024-03-19 12:16:16 -04:00
Alfredo Cardigliano
58ac4ab201 Add read_from_stdin(). Fix indentation. 2024-03-13 11:02:18 +01:00
Matteo Biscosi
7792bf4fb6 Reworked host page to vuejs 2024-03-08 12:54:49 -05:00
Luca
7293a61cea Reworkd flow JSON serialization 2024-03-06 17:58:07 +01:00
Alfredo Cardigliano
aaae4d1019 Improve host pool reload latency 2024-03-06 11:09:15 +01:00
Luca Deri
d31a57c573 Optimized std::map to reduce memory usage 2024-02-21 13:41:06 +01:00
Luca Deri
3aadd4e8be Added tracings
Added details parameter to NetworkInterface::lua() and subclasses
2024-02-15 07:10:24 +01:00
Luca Deri
73283fce82 Added NtopLuaContext class 2024-02-13 17:52:16 +01:00
Nicolo Maio
88821b739a Add cli-srv-srv_port-app_proto aggregation type. (#8216) 2024-02-12 17:11:58 +01:00
Luca Deri
de544cb1f9 Fixes nDPI initialization 2024-01-30 16:01:02 +01:00
Luca Deri
85f29042ec Reworked behavioural exception handling 2024-01-12 17:13:06 +01:00
Nicolò Maio
13f76c9bfb
Server Ports Analysis Page - table view refactor (#8133) (#8150)
* Fix discrepancy between table view and chart view in server ports analysis page (#8133).

* Fix to handle only the master L7 protocol.
2024-01-10 10:15:46 +01:00
Alfredo Cardigliano
407d850003 Cleanup deprecated code for restoring hosts #8081 2023-12-29 11:18:54 +01:00
Luca Deri
9eb763f762 Fixes #8134 2023-12-24 11:17:22 +01:00
Luca Deri
4bddd533d5 You can now specify (e.g. -i ethX,tunY...) interfaces of different datalink with pcap 2023-12-20 09:12:31 +01:00
Luca Deri
ffc52a9da1 Added code for detecting when an interface disappears 2023-12-09 09:40:19 +01:00
Luca Deri
a5d1c92cdc Now with PF_RING in case of merged interfaces (e.g. -i virbr0,virbr1,eno1) ntopng keeps
track of the interface where a flow/host has been first observed
2023-12-01 20:48:40 +01:00
Luca Deri
505d843149 Fixes sFlow devices handing with view interfaces
Code cleanup
2023-11-30 19:31:50 +01:00
Luca Deri
588a649642 Reworks flow exporters lua stats 2023-11-30 19:22:28 +01:00
Luca Deri
b3f0be203f Indent 2023-11-02 10:52:49 +01:00
Matteo Biscosi
f6c29ea09f Fixes flow devices not working with view interface 2023-10-02 10:18:54 +00:00
Luca Deri
43d8e20c98 Fix for handling process information in cloud mode 2023-09-19 18:49:21 +02:00
Luca Deri
ceb850d952 Implemented automatic detection of cloud-generated local hosts 2023-09-15 00:41:52 +02:00
Luca Deri
5d4df16e2d Discontinued hide from top feature 2023-08-30 12:52:09 +02:00
Matteo Biscosi
4662663681 Fixes int for applications ids 2023-07-14 14:02:15 +00:00
Matteo Biscosi
30fc1d7976 Fixes ndpi protocol id issues 2023-07-14 12:07:13 +00:00
Nicolo Maio
af95cd7ff0 Remove guessed column in aggregated live flows and other fix. (#7667) 2023-07-14 09:58:40 +00:00
Nicolo Maio
afccbcf812 Remove code duplicated from page server ports analysis. 2023-07-13 13:06:11 +00:00
Nicolo Maio
96fa851539 Fix VLANs counters (#7674) 2023-07-13 12:00:03 +00:00
Luca Deri
56dfe18e59 Code cleanup 2023-07-11 17:47:14 +02:00
Nicolò Maio
330d66123d
Add client-server-srv_port aggregation criteria. (#7643) (#7652) 2023-07-11 17:25:33 +02:00