Commit graph

1230 commits

Author SHA1 Message Date
Simone Mainardi
a43636bdb0 Fixes AS stats in the GUI 2017-04-20 11:56:33 +02:00
emanuele-f
a63eeadbb1 Hide packets stats in ZMQ interfaces 2017-04-20 10:57:49 +02:00
emanuele-f
03428e6f03 Show packet size distribution and IP version distribution in ZMQ interfaces 2017-04-20 10:22:41 +02:00
emanuele-f
a51a57283d flows_stats localization 2017-04-20 00:18:32 +02:00
Simone Mainardi
5014669d12 Implements Autonomous Systems hash table 2017-04-19 23:19:16 +02:00
emanuele-f
d31b5da32a Complete historical explorer localization 2017-04-19 18:09:41 +02:00
Luca
33f81e1f68 Small code rework in callback utils 2017-04-19 08:59:08 +02:00
Simone Mainardi
16aa85ad8c Version checks for quotas enforcement 2017-04-18 19:22:27 +02:00
emanuele-f
a10d6c4f7d Fix login issue with special characters.
The special characters were URL encoded during HTTP request and saved in URL encoded form.
The login used the unencoded password instead, and this resulted in a password hash mismatch which prevented user login.

Now the password hash is calculated on the unencoded password.
2017-04-14 18:20:36 +02:00
emanuele-f
12e6db4efb Fixes various community version bugs
- Top ports page
- Top ASNs page
- Top flow senders page
- ASN graphs
- Hosts comparison sankey, port filtering
- Blank preferences screen
- Host pools add/remove members errors
2017-04-14 16:38:19 +02:00
Emanuele Faranda
1fbbe86e39 Prevent assigning a network to the multiple Host Pools (#1150)
* Prevent assigning a network to the multiple Host Pools

* Simplify host pool search interface

* Fix for MAC addresses bugs and add user notifications

* Fix issues caused by the use of non normalized network keys

* Changes a warning message
2017-04-14 12:17:16 +02:00
emanuele-f
df712b21d6 Fix vertical alignment of new rows 2017-04-13 20:08:31 +02:00
emanuele-f
2657357ab8 Improve quota settings layout 2017-04-13 19:54:30 +02:00
Luca Deri
f18a99c87a Merge pull request #1156 from jwilk/spelling
Fix typo
2017-04-13 11:50:02 +02:00
emanuele-f
eca26495d1 Implement ipv4 vs ipv6 packets breakdown for network interfaces 2017-04-13 11:40:06 +02:00
Jakub Wilk
d2e25d8b53 Fix typo 2017-04-13 11:33:41 +02:00
emanuele-f
e32e7aa0a9 Fix automatic form submit in host pool member search 2017-04-12 20:29:13 +02:00
emanuele-f
ea5db96bb0 Fixes #1139 2017-04-12 20:15:25 +02:00
Luca Deri
44e7f9d1c9 Fixed GeoIP report 2017-04-12 12:42:53 +02:00
emanuele-f
73528f7927 Add gauges into the traffic policing page to show current quotas 2017-04-11 20:36:19 +02:00
emanuele-f
52da1aedae Fix a bug that prevented default host pool statistics dump when no other pools where defined 2017-04-11 19:45:18 +02:00
emanuele-f
2e61d5babc Fix uninitialized vlan_filter 2017-04-11 17:33:12 +02:00
Luca Deri
fe1237027b Fixed bug that prevented localhost to be shown on loopback interface 2017-04-10 22:12:27 +02:00
emanuele-f
38c9ddbb34 Reset host blocked traffic flags on policy update 2017-04-10 12:28:36 +02:00
emanuele-f
97afda88b8 Visualize host blocking status 2017-04-10 12:10:29 +02:00
emanuele-f
eb7fae8c4c Visualize flow quota status information 2017-04-10 11:07:07 +02:00
Luca Deri
fc53648a2b Implemented data anonymization #1068 2017-04-09 11:37:24 +02:00
Simone Mainardi
4d891dddbb Traffic labels standardization
fixes #1132
2017-04-07 17:36:27 +02:00
Luca Deri
a58caa297b Added DNS packets ratio 2017-04-06 09:15:09 +02:00
emanuele-f
865ef16183 Partial historical explorer localization 2017-04-05 23:16:43 +02:00
Simone Mainardi
310433275b Fixes traffic rates/volumes labels 2017-04-05 23:10:32 +02:00
emanuele-f
6108718dcf Fixes #1129 2017-04-05 19:39:17 +02:00
Simone Mainardi
4aa4212630 Implement OOO/Retransmissions Stats
Implements #1072

Additional implementations:
- l7 statistics for networks

Additional fixes and improvements:
- local networks traffic statistics were saved twice
- 5min.lua was not properly coded to keep into account user
preferences
_ 5min.lua has been simplified

TODO:
- ooo / retransmissions / lost counters should be accounted in the C engine or
serialized to disk as idle hosts may determine a decrease in the
aforementioned counters.
2017-04-05 19:34:58 +02:00
emanuele-f
7ff33f2e64 Localize report page 2017-04-05 19:24:39 +02:00
emanuele-f
f0acc453a8 Fixes #1128 2017-04-05 18:09:32 +02:00
emanuele-f
919a49b1a3 Make top_rrd index based 2017-04-05 16:31:11 +02:00
Simone Mainardi
6060e561db Stantardizes data rates to the SI
https://en.wikipedia.org/wiki/Data_rate_units
2017-04-05 15:59:15 +02:00
emanuele-f
3e1bc33580 Fixes #1124 2017-04-04 23:11:14 +02:00
emanuele-f
4dffa882ef Implement TCP flags timeseries for network interfaces 2017-04-04 19:09:41 +02:00
Simone Mainardi
fb7b9d0366 Top HTTP Sites Rework
Implements #1060
2017-04-04 18:50:52 +02:00
Simone Mainardi
30f92f1a70 Allows explicitly requested expert tabs in simple preferences 2017-04-04 17:44:58 +02:00
Simone Mainardi
4cade724ab Ability to Specify the Default SNMP Community for Hosts
Implements #1112
2017-04-04 17:10:22 +02:00
emanuele-f
a439d9c2bd Implement host TCP flags distribution 2017-04-04 16:51:35 +02:00
emanuele-f
e38fa8b7a1 Add tablesorter to host ICMP stats 2017-04-04 16:01:48 +02:00
emanuele-f
058d7e27ce Add protocol families dropdown to get the list of protocols into the family 2017-04-04 15:33:27 +02:00
Simone Mainardi
efa3176f00 Improves ICMP/ARP tables layout 2017-04-04 15:13:31 +02:00
emanuele-f
d56b05136e Hide MySQL and traffic bridge preferences when not applicable 2017-04-04 14:04:46 +02:00
emanuele-f
aa7bab5fee Add sent/received ARP stats for NetworkInterfaces and add a sent/recv pie chart for hosts 2017-04-04 13:24:04 +02:00
emanuele-f
40828f2b66 Improve alert edges description and fix configuration fields width 2017-04-04 11:52:28 +02:00
emanuele-f
4ce2221104 Rework preferences and fix nil error 2017-04-04 10:54:52 +02:00