Commit graph

123 commits

Author SHA1 Message Date
gabryon99
3bb2745b9f changed badge color for multicast
fix #3621
2020-04-01 17:42:22 +02:00
emanuele-f
02c36d4140 Replace calls to getResolvedAddress with host2name 2020-03-31 11:52:50 +02:00
emanuele-f
7c6a84e851 Fix score sort errors while going back to community mode
Fixes #3635
2020-03-26 15:09:42 +01:00
gabryon99
7479582210 fix system view and add rtt host from host_details 2020-03-23 17:38:22 +01:00
emanuele-f
b0520ee189 Improve localization support
- nDPI categories are now localized (see getCategoryLabel)
- Add some missing localization in plugins/user scripts pages
2020-03-03 18:26:14 +01:00
emanuele-f
6edecb12cb Score visualization improvements 2020-01-15 15:27:45 +01:00
Luca Deri
170bc60f19 Updated (C) 2020-01-08 23:52:51 +01:00
Simone Mainardi
dacaa7e3db Migrates font-awesome 5 fa to fas 2019-12-18 11:50:02 +01:00
Simone Mainardi
0ce4ebad97 Dropbox code cleanup 2019-12-13 10:43:08 +01:00
Simone Mainardi
7402bbdd14 FontAwesome 5 migration 2019-12-09 15:11:37 +01:00
Simone Mainardi
2639d49e4a Bootstrap migration progress bars 2019-12-05 09:27:47 +01:00
Simone Mainardi
14db3bb11f Bootstrap migration labels to badges 2019-12-05 09:27:46 +01:00
Simone Mainardi
e80dc962f4 Optimizes host.getFullInfo with smaller functions in periodic scripts 2019-10-21 16:21:03 +02:00
Simone Mainardi
5e60fb19c9 Implements two-way traffic filter for hosts 2019-10-16 11:01:22 +02:00
emanuele-f
e2a58a8c3d Add links in host custom column
Implements #2860
2019-09-23 10:31:44 +02:00
Simone Mainardi
0e2ad7af31 Adds alert icon to the hosts lists page for hosts with engaged alerts
Implements #2858
2019-09-19 17:16:27 +02:00
Simone Mainardi
0ab820067c Makes the use of blacklisted symbols consistent across pages 2019-09-19 16:10:17 +02:00
Simone Mainardi
85faa5ef34 Unifies numbers formatting in the hosts list page
Fixes #2861
2019-09-19 15:40:58 +02:00
Alfredo Cardigliano
3fcded57fa Set ntopng.prefs.beta_score redis key to enable score supprot (beta) 2019-09-10 09:39:32 +02:00
Alfredo Cardigliano
240c7c0e84 Printing score only when > 0 2019-09-05 21:18:49 +02:00
emanuele-f
fbb66951b5 Add alert score on hosts 2019-09-03 13:36:27 +02:00
Emanuele Faranda
c829c4c3c3
Unify os (#2755)
* Unify OS information.

Now OS information is only stored into the Host. The lua uses numeric IDs to handle OS.

* Fix network discovery OS

* Show OS detail into the host details page
2019-08-08 12:09:51 +00:00
Simone Mainardi
eedd4e9d60 Fixes traffic block button in hosts view
Fixes #2730
2019-07-24 17:37:36 +02:00
Simone Mainardi
b7da5b2840 Fixes empty VLAN column in the hosts page 2019-06-26 17:20:07 +02:00
Simone Mainardi
091e89d5a3 Implements hosts walker by address CIDR 2019-03-21 15:25:00 +01:00
Simone Mainardi
3a6e8f8797 Prevents host label from showing up when same as name 2019-03-06 15:47:53 +01:00
emanuele-f
c2c10ed491 Implement dhcp hosts filter 2019-02-27 16:20:55 +01:00
Luca
b775657f59 Added logic to report dropbox sharing information 2019-02-26 22:16:28 +01:00
Luca Deri
c1a29ea44d Fixes #2419 2019-02-22 23:27:24 +01:00
Simone Mainardi
c40bfb1a8e Implements custom column in the hosts stats page 2019-02-20 12:14:34 +01:00
emanuele-f
67f8ac0de0 Add nil check 2019-02-13 16:48:53 +01:00
Simone Mainardi
47a3d7b2ef Reworks layout of blacklisted flows and location 2019-02-13 14:25:20 +01:00
Simone Mainardi
9d393ad064 Removes debug prints 2019-02-13 14:03:22 +01:00
Simone Mainardi
2b2b37e624 Adds anomalous flows to the looking glass 2019-02-13 13:01:31 +01:00
emanuele-f
dbeabadbe6 Add checks for possibly nil host 2019-02-01 17:14:20 +01:00
Simone Mainardi
183dfa41f9 Handles IPv6 NDP to detect broadcast domain 2019-01-30 11:49:47 +01:00
Simone Mainardi
7fb3d17b6d Docs update with external traffic recording providers 2019-01-29 17:19:09 +01:00
Simone Mainardi
50e32be5a7 Properly handles Host ssdp and mdns without shadows 2019-01-25 12:39:43 +01:00
Simone Mainardi
bd7501f89a Fixes broken sort by seen since 2019-01-24 17:03:46 +01:00
Simone Mainardi
b58b30bea0 Use jdkson to produce JSON in get_hosts_data.lua 2019-01-24 16:22:11 +01:00
Alfredo Cardigliano
610cb69b9c builtin packet dump code cleanup (moving to continuous recording) 2018-10-25 09:56:52 +02:00
Simone Mainardi
57e035ed2f Implements One-Way traffic filter for hosts
Implements #2091
2018-10-12 12:56:52 +02:00
emanuele-f
4370df81e3 Remove unused HTTPBL 2018-09-27 16:14:46 +02:00
Alfredo Cardigliano
8dee23dca0 css line-through change 2018-09-20 23:41:58 +02:00
Alfredo Cardigliano
d653476cd6 ability to block/unblock hosts directly from the hosts list, line through the ip in case of blocked host 2018-09-20 23:30:34 +02:00
Luca Deri
d17bb9671f Added fix for #1755
Implemented OS detection via HTTP user agent
Minor cosmetic GUI fixes
2018-06-14 19:20:21 +02:00
Luca Deri
203404df5b Added changes to seamlessly use LuaJIT (default) or the standard (non JIT) Lua 2018-06-12 23:05:30 +02:00
Luca
f67849e5b9 Minor Lua cleanup 2018-05-30 22:34:26 +02:00
Luca Deri
77495ef9e1 Fixed minor interface glitches 2018-05-05 15:19:23 +02:00
Luca Deri
f0c936c368 Updated (C) to 2018 2018-03-22 21:59:42 +01:00