ntopng/src
2017-08-11 14:24:05 +02:00
..
ActivityStats.cpp Code refactoring to simplify stats reset 2017-08-01 15:39:00 +02:00
AddressList.cpp (C) update 2017-01-10 15:03:16 -08:00
AddressResolution.cpp Implements broadcast addresses per local network 2017-07-31 18:45:49 +02:00
AddressTree.cpp Implements broadcast addresses per local network 2017-07-31 18:45:49 +02:00
AlertCounter.cpp Fix alert counter thresholdTrepassed flag reset too early 2017-04-27 13:30:43 +02:00
AlertsManager.cpp Adds syslog alerts forwarding 2017-08-07 14:46:13 +02:00
AutonomousSystem.cpp Implements VLANs hash table 2017-04-21 18:44:48 +02:00
AutonomousSystemHash.cpp Minor cleanup 2017-08-04 17:12:44 +02:00
CategoryStats.cpp (C) update 2017-01-10 15:03:16 -08:00
CollectorInterface.cpp Reworks CollectorInterfaces and adds remote nProbe stats 2017-08-05 21:37:18 +02:00
DB.cpp Implements periodic flow aggregation 2017-05-09 15:07:20 +02:00
DivertInterface.cpp Adds note to listed application protocols 2017-08-01 14:36:48 +02:00
DnsStats.cpp (C) update 2017-01-10 15:03:16 -08:00
DummyInterface.cpp Implements periodic flow aggregation 2017-05-09 15:07:20 +02:00
ElasticSearch.cpp code cleanup 2017-06-06 09:41:10 +02:00
EthStats.cpp Implemented ICMP detailed stats for local hosts 2017-03-29 13:02:08 +02:00
ExportInterface.cpp Add current zmq header version in ExportInterface 2017-05-20 12:36:19 +02:00
Flashstart.cpp spelling: flash 2017-03-07 04:58:17 +00:00
Flow.cpp Enable top protocols computation on the periodic housekeeping thread 2017-08-08 12:01:46 +02:00
FlowHash.cpp Separates L3 IPs from L2 MACs 2017-07-04 01:41:31 +02:00
FrequentNumericItems.cpp Maxes FrequentItems deletion safe 2017-01-31 13:02:10 +01:00
FrequentStringItems.cpp Maxes FrequentItems deletion safe 2017-01-31 13:02:10 +01:00
FrequentTrafficItems.cpp Remove unnecessary wrapper structure 2017-08-08 12:30:50 +02:00
GenericHash.cpp Separates L3 IPs from L2 MACs 2017-07-04 01:41:31 +02:00
GenericHashEntry.cpp Implements VLANs hash table 2017-04-21 18:44:48 +02:00
GenericHost.cpp Code refactoring to simplify stats reset 2017-08-01 15:39:00 +02:00
GenericTrafficElement.cpp Code refactoring to simplify stats reset 2017-08-01 15:39:00 +02:00
Geolocation.cpp Updated help (-h) 2017-05-18 13:40:45 +02:00
Grouper.cpp Fix uninitialized vlan_filter 2017-04-11 17:33:12 +02:00
Host.cpp Added detection of ghost hosts in discovery 2017-08-11 14:24:05 +02:00
HostHash.cpp Separates L3 IPs from L2 MACs 2017-07-04 01:41:31 +02:00
HostPools.cpp Minor fix for HostPools::deleteStats 2017-07-05 13:09:18 +02:00
HTTPBL.cpp Fix invalid reference to httpbl_key when read from a configuration file 2017-03-23 10:11:00 +01:00
HTTPserver.cpp License info to command line 2017-07-26 19:19:21 +02:00
HTTPstats.cpp (C) update 2017-01-10 15:03:16 -08:00
ICMPstats.cpp Improved ICMP stats, added last peer, made them available interface wide 2017-03-30 12:37:03 +02:00
InterfaceStatsHash.cpp (C) update 2017-01-10 15:03:16 -08:00
IpAddress.cpp Implements broadcast addresses per local network 2017-07-31 18:45:49 +02:00
LocalTrafficStats.cpp (C) update 2017-01-10 15:03:16 -08:00
Logstash.cpp [bugfix] NTOP LS Export hangs if remote service is disrupted (#1248) 2017-05-24 09:49:07 +02:00
Lua.cpp Added detection of ghost hosts in discovery 2017-08-11 14:24:05 +02:00
Mac.cpp Initial type and services information on the Mac objects 2017-08-04 00:40:46 +02:00
MacHash.cpp (C) update 2017-01-10 15:03:16 -08:00
MacManufacturers.cpp Minor fixes 2017-05-18 11:05:52 +02:00
main.cpp Disabled ethtool from interfaces such as wlan and vibr 2017-06-15 07:12:19 -04:00
MDNS.cpp Implemented NetBIOS name query 2017-08-11 10:52:50 +02:00
Mutex.cpp Minor cleanup 2017-08-04 17:12:44 +02:00
MySQLDB.cpp Fixes some memory leaks 2017-07-10 18:39:19 +02:00
nDPIStats.cpp Fix nDPIStats non initialized memory 2017-05-09 19:03:46 +02:00
NetworkDiscovery.cpp Implemented NetBIOS name query 2017-08-11 10:52:50 +02:00
NetworkInterface.cpp Added detection of ghost hosts in discovery 2017-08-11 14:24:05 +02:00
NetworkStats.cpp Implements broadcast addresses per local network 2017-07-31 18:45:49 +02:00
Ntop.cpp NtopPro cleanup 2017-08-11 11:55:43 +02:00
ntop_win32.c Minor windows changes 2016-03-06 19:33:03 +01:00
NtopGlobals.cpp (C) update 2017-01-10 15:03:16 -08:00
PacketDumper.cpp (C) update 2017-01-10 15:03:16 -08:00
PacketDumperTuntap.cpp (C) update 2017-01-10 15:03:16 -08:00
PacketStats.cpp Added TCP flags distribution in interface stats (/lua/if_stats.lua) 2017-03-25 09:06:02 +01:00
Paginator.cpp Implements new flow drill-down criteria: exporter ip and in/out interfaces 2017-07-20 19:54:11 +02:00
ParserInterface.cpp Implements support of flow field FIREWALL_EVENT 2017-08-10 15:54:03 +02:00
PcapInterface.cpp Implemented L2 support for netfilter interfaces 2017-07-31 00:08:40 +02:00
PeriodicActivities.cpp Fixed nDPI memory leak (missing free) 2017-07-03 12:50:43 +02:00
PF_RINGInterface.cpp Implemented L2 support for netfilter interfaces 2017-07-31 00:08:40 +02:00
Prefs.cpp Implements log rotation 2017-08-07 19:43:56 +02:00
ProtoStats.cpp (C) update 2017-01-10 15:03:16 -08:00
Redis.cpp Ensures backward compat. with old prefs 2017-07-11 11:12:20 +02:00
RuntimePrefs.cpp Minor cleanup 2017-08-04 17:12:44 +02:00
RwLock.cpp Implements dynamic runtime prefs 2017-07-10 15:09:39 +02:00
service_win32.c spelling: offset 2017-03-07 07:36:32 +00:00
SNMP.cpp Fixed warning 2017-08-10 07:51:39 +02:00
StatsManager.cpp (C) update 2017-01-10 15:03:16 -08:00
StoreManager.cpp (C) update 2017-01-10 15:03:16 -08:00
TcpFlowStats.cpp (C) update 2017-01-10 15:03:16 -08:00
TcpPacketStats.cpp (C) update 2017-01-10 15:03:16 -08:00
ThreadedActivity.cpp Scaffolding code for implementing per-interface threaded activities 2017-06-29 11:13:57 +02:00
Trace.cpp Earlier close of ratated log files 2017-08-09 15:11:42 +02:00
TrafficStats.cpp (C) update 2017-01-10 15:03:16 -08:00
Utils.cpp Added detection of ghost hosts in discovery 2017-08-11 14:24:05 +02:00
ViewInterface.cpp (C) update 2017-01-10 15:03:16 -08:00
VirtualHost.cpp (C) update 2017-01-10 15:03:16 -08:00
VirtualHostHash.cpp (C) update 2017-01-10 15:03:16 -08:00
Vlan.cpp Add preference to enable VLAN rrd dump and display VLAN rrd graphs 2017-04-24 13:00:24 +02:00
VlanHash.cpp Implements VLANs hash table 2017-04-21 18:44:48 +02:00
ZCCollectorInterface.cpp (C) update 2017-01-10 15:03:16 -08:00