ntopng/src
2018-10-19 13:07:18 +02:00
..
AddressList.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
AddressResolution.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
AddressTree.cpp Implement allowed network and interface checks on timeseries 2018-09-12 15:52:14 +02:00
AlertCounter.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
AlertsManager.cpp Implement Device Protocols Alerts 2018-10-02 22:35:00 +02:00
AutonomousSystem.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
AutonomousSystemHash.cpp Added hash tracing 2018-08-04 17:54:43 +02:00
Checkpointable.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
CollectorInterface.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
CountriesHash.cpp Added hash tracing 2018-08-04 17:54:43 +02:00
Country.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
DB.cpp Added time to aggregated flow dump 2018-10-07 17:56:33 +02:00
DnsStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
DummyInterface.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
ElasticSearch.cpp Implements support for ElasticSearch version 6 2018-05-07 13:04:55 +02:00
EthStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
ExportInterface.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
Flow.cpp Fix mismatched free and strcpy overlap 2018-10-18 15:41:37 +02:00
FlowAlertCounter.cpp Fixes FlowAlertCounter field wrongly initialized 2018-10-16 09:31:05 +02:00
FlowGrouper.cpp Major nEdge code cleanup 2018-08-06 17:54:25 +02:00
FlowHash.cpp Improved process introspection 2018-10-16 19:17:03 +02:00
FrequentNumericItems.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
FrequentStringItems.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
FrequentTrafficItems.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
GenericHash.cpp Added better trace for potential XSS attempts 2018-08-04 19:18:17 +02:00
GenericHashEntry.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
GenericTrafficElement.cpp Fix uninitialized fields in GenericTrafficElement copy constructor 2018-10-03 17:35:46 +02:00
Geolocation.cpp Updated geolocation (fixed warning) 2018-08-20 15:07:40 +02:00
Grouper.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
Host.cpp Rework l7 policies to properly handle nDPI categories 2018-10-15 17:18:27 +02:00
HostHash.cpp Added hash tracing 2018-08-04 17:54:43 +02:00
HostPools.cpp Improve category stats calculation 2018-10-11 16:08:45 +02:00
HostTimeseriesPoint.cpp Optimize nDPIStats::lua for timeseries 2018-10-12 15:41:07 +02:00
HTTPserver.cpp Fix mismatched free and strcpy overlap 2018-10-18 15:41:37 +02:00
HTTPstats.cpp TWH ok detection, HTTP dissection fixes 2018-10-10 16:04:37 +02:00
ICMPstats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
InterfaceStatsHash.cpp Allocator sizeof operand mismatch fixes 2018-05-28 16:45:20 +02:00
IpAddress.cpp Migrates geolocation to GeoLite2 and libmaxminddb 2018-07-13 12:03:15 +02:00
LocalHost.cpp Optimize foreachLocalRRDHost for timeseries extraction 2018-10-12 14:20:27 +02:00
LocalTrafficStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
Logstash.cpp Added SSH in network discovery 2018-04-06 22:52:32 +02:00
LuaEngine.cpp ability to stop extractions while processing, time cap for pcap (1m by default) 2018-10-19 10:24:30 +02:00
Mac.cpp Fixes userddefined device type overwritten by ntopng 2018-10-12 16:51:38 +02:00
MacHash.cpp Added hash tracing 2018-08-04 17:54:43 +02:00
MacManufacturers.cpp Allocator sizeof operand mismatch fixes 2018-05-28 16:45:20 +02:00
main.cpp Remove unused HTTPBL 2018-09-27 16:14:46 +02:00
MDNS.cpp Removed leftover 2018-09-21 09:33:59 +02:00
Mutex.cpp Fixes deadlocks upon mutex errors 2018-09-11 11:54:04 +02:00
MySQLDB.cpp Adds time to sql query log 2018-08-16 09:48:30 +02:00
nDPIStats.cpp Fixes wrong interface selection yielding crashes and wrong stats 2018-10-19 12:41:04 +02:00
NetworkDiscovery.cpp Win fixes 2018-07-17 00:58:05 +02:00
NetworkInterface.cpp Fix crash while mixing hosts with no MAC with hosts with MAC (e.g. with eBPF) 2018-10-18 15:41:37 +02:00
NetworkInterfaceTsPoint.cpp Move NetworkInterfaceTsPoint to separate file 2018-10-12 10:31:28 +02:00
NetworkStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
Ntop.cpp Process info extensions 2018-10-17 00:51:47 +02:00
ntop_win32.c Win fixes 2017-12-02 10:38:56 +01:00
NtopGlobals.cpp Fixes deadlocks upon mutex errors 2018-09-11 11:54:04 +02:00
PacketDumper.cpp traffic extraction jobs page to list and delete jobs, pcap download endpoint 2018-10-16 17:29:08 +02:00
PacketDumperTuntap.cpp Reworked alerts 2018-04-13 18:10:19 +02:00
PacketStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
Paginator.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
ParserInterface.cpp Process info: work in progress 2018-10-16 09:06:31 +02:00
PcapInterface.cpp Improved process introspection 2018-10-16 19:17:03 +02:00
PeriodicActivities.cpp Fixes ignored housekeeping activity num threads 2018-10-16 09:33:58 +02:00
PF_RINGInterface.cpp Fix to remove toggle buttons exceeding the max value 2018-09-22 09:05:40 +02:00
Prefs.cpp Add IP based captive portal preference 2018-10-19 13:07:18 +02:00
ProtoStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
Redis.cpp keeping track of extractions status, added getExtractionStatus lua api 2018-10-16 11:58:05 +02:00
RemoteHost.cpp Implements remote-to-remote host alerts 2018-10-10 12:16:59 +02:00
RwLock.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
service_win32.c Updated (C) to 2018 2018-03-22 21:59:42 +01:00
SNMP.cpp Prevents SNMP walks from being performed during shutdown 2018-09-13 11:16:07 +02:00
StatsManager.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
StoreManager.cpp Reverts allowed interfaces fixes to make room for simplified code 2018-08-20 22:51:51 +02:00
TcpFlowStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
TcpPacketStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
ThreadedActivity.cpp Implements data cleanup for pcap interfaces 2018-10-11 18:10:30 +02:00
ThreadPool.cpp Reworks shutdown to allow graceful periodic activ term 2018-06-01 12:38:31 +02:00
TimelineExtract.cpp ability to stop extractions while processing, time cap for pcap (1m by default) 2018-10-19 10:24:30 +02:00
TimeseriesExporter.cpp Code cleanup 2018-09-26 08:42:47 +02:00
TimeseriesRing.cpp Further code cleanup 2018-09-26 09:00:51 +02:00
TimeseriesRingStatus.cpp Leak fix 2018-09-26 08:23:02 +01:00
Trace.cpp Added preference (Logging sub-menu) to create a trace log (ntopng.log) instead of using syslog 2018-08-11 13:42:13 +02:00
TrafficStats.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
Utils.cpp Rework l7 policies to properly handle nDPI categories 2018-10-15 17:18:27 +02:00
ViewInterface.cpp Improves handling of redis interface ids and maximum number of interfaces 2018-08-29 15:47:57 +02:00
VirtualHost.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
VirtualHostHash.cpp Added hash tracing 2018-08-04 17:54:43 +02:00
Vlan.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
VlanAddressTree.cpp Updated (C) to 2018 2018-03-22 21:59:42 +01:00
VlanHash.cpp Added hash tracing 2018-08-04 17:54:43 +02:00
ZCCollectorInterface.cpp embedded check cleanup 2018-05-24 17:13:30 +02:00