Commit graph

5108 commits

Author SHA1 Message Date
emanuele-f
13dfdbdcd6 Charts improvements: always ensure that a minimal number of points is available 2018-10-29 12:20:24 +01:00
Alfredo Cardigliano
3683d1dbf9 profiling support 2018-10-29 10:54:29 +01:00
emanuele-f
e597592de2 Fix missing historical DNS resolution after commit ae04ad2c7c
Historical hosts resolution should not be influenced by the -n option
2018-10-25 17:50:22 +02:00
emanuele-f
933bda8eb1 Fix zoom out button 2018-10-25 17:50:22 +02:00
Simone Mainardi
4520c3e00e Fixes deadlocks upon failing flows table walks 2018-10-25 17:21:12 +02:00
Alfredo Cardigliano
e0d3401ab2 traffic recording/extraction doc 2018-10-25 16:07:44 +02:00
Alfredo Cardigliano
610cb69b9c builtin packet dump code cleanup (moving to continuous recording) 2018-10-25 09:56:52 +02:00
Simone Mainardi
93ad3d99ed Minor fix 2018-10-24 19:30:38 +02:00
Simone Mainardi
234fe8dfa9 Reworks eBPF processes tree in flow details 2018-10-24 16:53:32 +02:00
Simone Mainardi
73a9b6c85d Fixes swapped eBPF events 2018-10-24 15:03:45 +02:00
Alfredo Cardigliano
8f243173f3 Continuous Traffic Recording documentation 2018-10-24 14:49:51 +02:00
emanuele-f
1be5659c0b Chart improvements 2018-10-24 13:20:30 +02:00
Luca Deri
1c1e84c5a3 Fixed TCP flow info 2018-10-24 00:04:11 +02:00
emanuele-f
94dcb52fb9 Improve VLAN trunk doc 2018-10-23 17:18:38 +02:00
emanuele-f
7b9dba5d0c Improve VLAN trunk documentation 2018-10-23 17:08:58 +02:00
emanuele-f
b9d5f7c4f5 Fix dropped traffic in nEdge VLAN trunk mode due to captive portal settings 2018-10-23 15:12:32 +02:00
Alfredo Cardigliano
186e7c2a4b nbox integration cleanup 2018-10-23 13:00:35 +02:00
emanuele-f
c7846f8c4b Handle possibly null hresp["CONTENT"]
Fixes #2116
2018-10-22 20:05:46 +02:00
emanuele-f
be1bdfff57 Improve timeseries table navigation 2018-10-22 19:57:58 +02:00
emanuele-f
0d7c17f861 Add missing breakdown column in host flows 2018-10-22 16:04:43 +02:00
emanuele-f
ae04ad2c7c Fix resolveHostName not honoring dns resolution settings 2018-10-22 15:50:11 +02:00
Simone Mainardi
6c70cf5e2c Better handling of Lua states creation failures. 2018-10-22 12:26:54 +02:00
Alfredo Cardigliano
f041046956 default max packet size set to 1522 to handle qinq 2018-10-22 10:43:02 +02:00
Alfredo Cardigliano
7c51217844 moved select outside the presets module 2018-10-22 10:26:12 +02:00
Alfredo Cardigliano
2b6673e1b4 recording gui improvements in case of zmq 2018-10-19 18:44:32 +02:00
emanuele-f
f0a9552a2a Add documentation about IP based captive portal identification 2018-10-19 18:43:38 +02:00
Simone Mainardi
8ae06c81a7 Handles number of pools and members exceeding maximum 2018-10-19 00:04:28 +02:00
emanuele-f
cce8c88ca1 Improve categories documentation 2018-10-19 18:22:06 +02:00
emanuele-f
e84173ccc4 Always show historical page when nIndex is enabled 2018-10-19 17:19:16 +02:00
Simone Mainardi
a75a6c6212 Code cleanup of old captive portal functions 2018-10-19 16:46:12 +02:00
Simone Mainardi
e916e61742 Code cleanup of pool members 2018-10-19 16:38:40 +02:00
Luca Deri
9f5b127a70 Fix for potential crash with hosts without MAC address 2018-10-19 16:10:19 +02:00
Simone Mainardi
52de8430d0 Code cleanup of captive portal users now in nEdge 2018-10-19 15:50:58 +02:00
Simone Mainardi
b3018f52d6 Code cleanup of bridge wizard 2018-10-19 15:23:15 +02:00
Simone Mainardi
f9fff435f5 Code cleanup of old bridging preferences 2018-10-19 13:14:30 +02:00
emanuele-f
bfc36de225 Add IP based captive portal preference 2018-10-19 13:07:18 +02:00
Simone Mainardi
a1fa4e4e9f Fixes wrong interface selection yielding crashes and wrong stats
This issue was introducted recently due to the require of prefs_utils
by recording_utils. After this require, the initial interface selected
was lost.

Code requires now a cleanup to remove the old bridging parts of the
menu that are now only in nedge.
2018-10-19 12:41:04 +02:00
emanuele-f
f81971a4ff Add categories editor documentation 2018-10-19 12:04:23 +02:00
Alfredo Cardigliano
507fa3e972 ability to stop extractions while processing, time cap for pcap (1m by default) 2018-10-19 10:24:30 +02:00
emanuele-f
9f8a70e279 Improve category editor labels and protocol navigation 2018-10-18 19:22:02 +02:00
Alfredo Cardigliano
11e783bae1 improved n2disk-ready zmq interface detection, computing n2disk zmq address 2018-10-18 18:45:48 +02:00
Alfredo Cardigliano
d03b2b860e support for external interfaces with zmq (wip) 2018-10-18 17:38:18 +02:00
emanuele-f
1c4f6ded51 Add customized category search by category 2018-10-18 16:39:25 +02:00
emanuele-f
9efe059588 Fix InfluxDB export failed error at startup
Fix #2108
2018-10-18 15:51:41 +02:00
emanuele-f
4c5787d39f Fix crash while mixing hosts with no MAC with hosts with MAC (e.g. with eBPF) 2018-10-18 15:41:37 +02:00
emanuele-f
94040cc0d9 Fix mismatched free and strcpy overlap 2018-10-18 15:41:37 +02:00
Alfredo Cardigliano
e0d6c1ee98 dialog to download multiple files 2018-10-18 15:37:19 +02:00
Luca Deri
d3ca52bfc5 Updated process event handling 2018-10-18 09:36:13 +02:00
Alfredo Cardigliano
d951a5ad98 Revert "moved interface.getStats call in periodic scripts to avoid that the current interface is changed by (unexpected) interface.select() calls in modules"
This reverts commit c8438dfa66.
2018-10-18 09:27:41 +02:00
Alfredo Cardigliano
b00faec88f Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2018-10-17 19:49:17 +02:00