Commit graph

3564 commits

Author SHA1 Message Date
lucaderi
d395deac4e Automated commit of clang-format CI changes. 2023-04-07 14:20:44 +00:00
Alfredo Cardigliano
d55dbe95c0 Remove unused struct 2023-04-05 16:31:41 +02:00
Alfredo Cardigliano
77f3107049 Custom informative captive portal is now working. Cleanup. 2023-03-31 18:25:06 +02:00
Alfredo Cardigliano
1acbebe1a6 Fix WISP response with custom login url 2023-03-31 17:27:29 +02:00
Alfredo Cardigliano
d6b3315a2d
Merge pull request #7359 from NicoMaio/mdns-repeater
Add MDNS repeater. (#7243)
2023-03-31 11:26:23 +02:00
Alfredo Cardigliano
a3ac67d70b Remove get_first_XXX_interface API. Cleanup. 2023-03-31 10:50:10 +02:00
Nicolo Maio
45248a432a Minor fix. (#7243) 2023-03-31 10:49:10 +02:00
Nicolo Maio
984b5a253d Add MDNS repeater. (#7243) 2023-03-30 19:33:13 +02:00
Alfredo Cardigliano
f69a959f06 Add support for custom informative captive portal 2023-03-30 16:48:18 +02:00
Luca Deri
7c4c93bf93 Code cleanup 2023-03-29 14:04:43 +02:00
Nicolò Maio
4881067e3f
Criteria client-server, app-client-server and info only for M or higher. (#7343) (#7354) 2023-03-29 13:29:53 +02:00
Alfredo Cardigliano
c02cdf5077 Set multiple LAN addresses in case of multiple LAN interfaces 2023-03-29 11:29:34 +02:00
Alfredo Cardigliano
0a65ea8039 Return set of lan/wan interfaces 2023-03-29 10:57:15 +02:00
Luca Deri
f38e346697 Code cleanup 2023-03-28 22:39:13 +02:00
Nicolò Maio
9c73a3e7f0
Add info and app-client-criteria. (#7343) (#7348) 2023-03-27 16:19:39 +02:00
Matteo Biscosi
bf32e601b6 Possible fix for incorrect number of uses (#7088) 2023-03-27 13:45:21 +00:00
Matteo Biscosi
95e55d6e65 Added preference to use mac inside flow key 2023-03-23 16:42:02 +00:00
Luca Deri
56fdaed97c Added ability to specify if condider MAC address in flow key via a preference 2023-03-22 23:29:09 +01:00
Luca Deri
96e10b12a5 Added stub for RareDestination check/alert implementation #6416 and #6417 2023-03-22 15:11:53 +01:00
Luca Deri
59ef3ca77d Fixes #7326 2023-03-17 17:24:23 +01:00
Nicolò Maio
22de7e2fd7
Fixing live flows filters. (#7323) (#7328) 2023-03-16 17:00:24 +01:00
Nicolo Maio
b170e44920 Update achors links and live flows filters. (#7233) 2023-03-13 20:48:28 +00:00
Luca Deri
2b679f4b92 Reworked host/MAC binding: ntopng is now able to avoid merging flows with the same 5 tuple but differnet MAC addresses 2023-03-11 00:11:51 +01:00
Luca Deri
1a611f9b0b Minor fixes 2023-03-10 12:45:37 +01:00
Nicolo Maio
be9f026cda Code Refactor and set hosts VLAN id. (#7301 #7233) 2023-03-10 11:36:48 +00:00
Alfredo Cardigliano
7045004ecd Fix typos (fix VLAN filters) 2023-03-10 11:29:49 +01:00
Nicolo Maio
d16dc36bf7 Fix issues on Aggregated live flows analysis page. (#7233 #7298 #7299 #7300 #7302) 2023-03-09 17:09:47 +00:00
Nicolo Maio
712ac62e13 Fix IP compare function for sort in Aggregated Live Flows Analysis page. (#7233) 2023-03-09 13:04:32 +00:00
Luca Deri
0f82a21e00 Code cleanup 2023-03-08 19:33:03 +01:00
Nicolò Maio
628d1adb47
Update aggregated live flows analysis page (#7233) (#7293)
* Update aggregated live analysis flows page with server side pagination. (#7233)

* Lua rest refactor.
2023-03-08 17:03:57 +01:00
Matteo Biscosi
11869a4020 Removed thpt calculation from new flow 2023-03-07 12:02:20 +00:00
Matteo Biscosi
f77cc9e8d0 Removed some memory wasting 2023-03-03 17:36:16 +00:00
Matteo Biscosi
a38aab8ee6 Removed variables and initializations not necessary 2023-03-03 11:25:23 +00:00
Nicolò Maio
1d9e82e857
Update aggregated live flows with more criteria. (#7233) (#7287) 2023-03-03 11:58:31 +01:00
Matteo Biscosi
18983a7d9c Removed no more used code 2023-03-02 18:48:41 +00:00
Matteo Biscosi
fc82eff56b Updated alert to NDPI_NUMERIC_IP_HOST 2023-03-02 15:18:40 +00:00
Luca
4bc971e6de Fixed memory leaks due to missing ndpi_free_data_analysis() call 2023-02-28 11:05:26 +01:00
Alfredo Cardigliano
69e4ebc852 Fix tree data delete. Add optional free func to AddressTree constructor. 2023-02-27 10:40:46 +01:00
Luca Deri
e03f5b2b22 Implemented mechanism for enabling periodic hosts evaluation in lua scripts 2023-02-27 00:08:20 +01:00
Luca Deri
b58b6cfde0 Implemented host counters reset 2023-02-26 15:37:52 +01:00
Luca Deri
42d8bc2073 Fixed invalid check 2023-02-25 10:44:38 +01:00
Luca Deri
6a38a09b10 Added UDP stats to existing TCP stats 2023-02-25 10:20:15 +01:00
Luca Deri
1f8ec13532 Fixes inhability to run privileged scripts during startup 2023-02-24 18:24:04 +01:00
Luca Deri
d69af67a61 Removed support for data serialisation in redis
Fixes #2965
2023-02-24 10:04:37 +01:00
Matteo Biscosi
26508cd5ca Removed incorrect update 2023-02-23 17:03:30 +00:00
Alfredo Cardigliano
7965c8657d Add support for sFlow counters over TLV 2023-02-23 10:41:06 +01:00
Luca Deri
676deedbbe Minor performance improvements 2023-02-21 23:37:35 +01:00
Luca Deri
9618eee614 Reworked host rx-only accounting 2023-02-21 13:14:21 +01:00
Luca Deri
05ecf9eb90 Remove un-necessary VLANid type in order to simplify code and avoid un-necessary and's 2023-02-20 22:30:12 +01:00
Luca Deri
db997e0ab5 Added rx_only_hosts classification 2023-02-19 23:04:04 +01:00