Commit graph

374 commits

Author SHA1 Message Date
Simone Mainardi
f97ee78d42 Minor flow_utils.lua fixes
Fixes for:
02/Mar/2016 00:02:41 [Lua.cpp:4815] WARNING: Script failure [/Users/simone/code/ntopng/scripts/lua/host_stats.lua][error loading module 'flow_utils' from file '/Users/simone/code/ntopng/scripts/lua/modules/flow_utils.lua':
	    ...rs/simone/code/ntopng/scripts/lua/modules/flow_utils.lua:1089: syntax error near '=']

02/Mar/2016 00:01:47 [Lua.cpp:4815] WARNING: Script failure [/Users/simone/code/ntopng/scripts/lua/host_stats.lua][error loading module 'flow_utils' from file '/Users/simone/code/ntopng/scripts/lua/modules/flow_utils.lua':
	    ...rs/simone/code/ntopng/scripts/lua/modules/flow_utils.lua:1072: ')' expected near '_1']
2016-03-02 00:03:38 +01:00
Simone Mainardi
51d6d4f048 removes a debug io.write 2016-03-01 15:17:05 +01:00
Luca Deri
c984ff589c Fix for #424 warning 2016-03-01 14:45:19 +01:00
Simone Mainardi
131a7da511 Improves readability and description of pcap download requests 2016-02-28 11:55:32 +01:00
Luca Deri
2d8337496d Fix for #316 (latest nProbe dev is required) 2016-02-27 19:29:20 +01:00
Simone Mainardi
83aad39e1b Minor fix do disable dropdown menus 2016-02-27 14:12:40 +01:00
Simone Mainardi
4cd8a76d3d Removes real-time links from the historical data browser 2016-02-27 14:09:39 +01:00
Simone Mainardi
0d7873d7ac Makes historical saves per-user per-interface 2016-02-27 13:56:15 +01:00
Simone Mainardi
ec691b8148 Disables select dropdown menus while loading
During the execution of historical MySQL queries the
dropdowns are disabled to prevent the user from enqueuing more
than one selection at time.
2016-02-27 13:33:38 +01:00
Simone Mainardi
2421ad3017 Modifies apps per hosts pair table columns 2016-02-27 12:44:06 +01:00
Simone Mainardi
7776fe8e25 Resets dropdowns to default positions after user interactions 2016-02-27 12:40:50 +01:00
Simone Mainardi
c3cef9529e Removes a debug table print 2016-02-26 18:32:14 +01:00
Simone Mainardi
51c44c1d67 Adds a BFP filter column in nbox data table 2016-02-26 18:18:54 +01:00
Simone Mainardi
7f40994c95 Hides saved application searches in historical host browsing mode
Historical top application searches have a different meaning in the
historical browsing contex and are thus hidden.
2016-02-26 17:48:14 +01:00
Simone Mainardi
bcf65a13ee Fixes a button status change 2016-02-26 17:34:21 +01:00
Simone Mainardi
2d4c715264 Adds save/unsave features to historical top applications 2016-02-26 17:30:45 +01:00
Simone Mainardi
f6155f4507 Changes labels
Add/Remove to Favorite labels have been changed to Save/Unsave
2016-02-26 14:27:39 +01:00
Simone Mainardi
ea4ffe170f Fixes a bug in a variable swap 2016-02-25 23:09:26 +01:00
Simone Mainardi
3823dbe39e Implements favorites management in the historical data browser (top talkers) 2016-02-25 22:57:18 +01:00
Simone Mainardi
b0fd63e44b Implements deletion of all historical favorites saved 2016-02-25 22:56:47 +01:00
Simone Mainardi
7388c26a42 Merge remote-tracking branch 'upstream/dev' into dev 2016-02-25 22:21:21 +01:00
valentina
d4ca0ab2f9 Fixed ldap, added anonymous bind, search path and account type. 2016-02-25 22:11:53 +01:00
Simone Mainardi
d8ecddfff8 Implements on-click add/delete features for historical top talkers 2016-02-25 21:42:19 +01:00
Simone Mainardi
594445b975 Implements ajax historical favourites deletion 2016-02-25 21:25:55 +01:00
Simone Mainardi
ae5d45309d Fixes a Lua nil method call
Fixes
[Lua.cpp:4815] WARNING: Script failure [/Users/simone/code/ntopng/scripts/lua/iface_flows_sankey.lua][...rs/simone/code/ntopng/scripts/lua/iface_flows_sankey.lua:112: attempt to call field 'getHosts' (a nil value)]
2016-02-25 16:42:53 +01:00
Luca Deri
27945e797d Fix for #417 2016-02-24 19:34:13 +01:00
Simone Mainardi
bd5bb96873 Adds the save feature for historical top talkers
Favorite historical talkers can now be saved both
as single hosts as well as pairs.
2016-02-20 22:44:43 +01:00
Simone Mainardi
7de226b5b7 Improves pcap request generation for historical protocols 2016-02-20 15:49:44 +01:00
Simone Mainardi
68321fc870 Fixes a minor bug in host top-protocols breadcrumb 2016-02-20 15:37:59 +01:00
Simone Mainardi
8850a8457d Prevents clicked links from opening new tabs in the historical data browser 2016-02-20 15:10:15 +01:00
Simone Mainardi
a8f19cc45a Adds and extra check for a nil value 2016-02-20 14:27:40 +01:00
Luca Deri
27b0373632 Fix for #380 2016-02-19 20:38:44 +01:00
Simone Mainardi
5ab74fda10 Adds Flows download buttons and paginations
Hisotrical flows can be downloaded via two buttons
available inthe IPv4 and IPv6 pages. They can also be
browsed with pagination.
2016-02-19 20:16:48 +01:00
Luca Deri
ee0d897b51 Updated goodput 2016-02-19 12:08:15 +01:00
Luca Deri
f8305297ac Added goodput in flow stats 2016-02-19 11:58:09 +01:00
Luca
3da77d5aea Updated JQuery-UI
Initial work torwards goodput implementation
2016-02-19 09:36:30 +01:00
Simone Mainardi
7b71701f22 Pads the historical chart with 1 empty line 2016-02-18 20:05:16 +01:00
Simone Mainardi
4e48078487 Makes IP Address column visible in historical data 2016-02-18 20:00:53 +01:00
Simone Mainardi
5fe6d42bb4 Fixes unescaped dots in lua string.find methods 2016-02-18 19:52:44 +01:00
Simone Mainardi
9e0d32108c Removes avg. flow duration column from historical data browser 2016-02-18 19:30:41 +01:00
Simone Mainardi
3398097c93 Standardizes naming conventions in historical data 2016-02-18 19:27:47 +01:00
Simone Mainardi
eda4e7f1a7 Fixes L7 protocol hyperlinks in the historical data browser 2016-02-18 19:12:25 +01:00
Simone Mainardi
c3e1ea9d47 Disables a pcap download button in case nbox config is missing 2016-02-18 18:35:01 +01:00
Simone Mainardi
fc71a61cf4 Prevents the automatic reload of page when browsing historical data 2016-02-18 18:05:07 +01:00
Luca
dba8bcce49 Added enhancement to filter flows with L7 protocol more efficiently 2016-02-18 16:19:05 +01:00
Luca Deri
350ab7c995 Fixed bug that prevented historical flows to be retrieved
Added bittorrent hash to the exported data
2016-02-18 09:11:40 +01:00
Simone Mainardi
9cf2676754 Improves the precision of ranges for flow selection 2016-02-17 20:13:00 +01:00
Simone Mainardi
75ec359e11 Changes icon and font for an info div 2016-02-16 22:05:18 +01:00
Simone Mainardi
e6a8396795 Fixes a minor bug in interface alert re-arm 2016-02-16 17:33:43 +01:00
Simone Mainardi
4cd1387155 Adds AJAX utilities to retrieve nBox pcap statues
Javascript functions that connect to an nBox have been added.
With these functions it is possible to asynchronously retrieve
pcap captures generated via nBox n2disk. Statuses are shown in
a tab available in Pro mode historical view.
2016-02-16 16:30:32 +01:00