ntopng/src
2024-08-02 16:32:24 +02:00
..
flow_alerts Splitting blacklisted flow alert and creating two new alerts. (#8354) (#8355) 2024-04-24 17:37:30 +02:00
flow_checks Fix TCPFlowReset check. (#8264) 2024-05-15 17:40:57 +02:00
host_alerts added contacted_server_port alert (#8408) 2024-05-28 12:52:36 +02:00
host_checks Removed alerts no longer necessary as they have been replaced by local traffic rules 2024-02-21 22:54:22 +01:00
ActiveHostWalkerInfo.cpp (C) Update 2024-01-12 11:44:18 +01:00
AddressResolution.cpp Added tracings 2024-02-15 07:10:24 +01:00
AddressTree.cpp Added tracings 2024-02-15 07:10:24 +01:00
AggregatedFlowsStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
AlertableEntity.cpp Added tracings 2024-02-15 07:10:24 +01:00
AlertCounter.cpp Fixes minor issues with alert counter 2024-05-20 10:58:14 -04:00
AlertsQueue.cpp Difine new alert type snmp_trap. Add ability to trigger snmp_trap from C. 2024-07-25 08:16:33 +00:00
AutonomousSystem.cpp Removed no more used values 2024-05-14 06:43:12 -04:00
AutonomousSystemHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
Bitmap128.cpp (C) Update 2024-01-12 11:44:18 +01:00
Bitmask.cpp Added tracings 2024-02-15 07:10:24 +01:00
BlacklistStats.cpp (C) Update 2024-01-12 11:44:18 +01:00
Bloom.cpp Added tracings 2024-02-15 07:10:24 +01:00
BroadcastDomains.cpp Added tracings 2024-02-15 07:10:24 +01:00
CategoryCounter.cpp Added tracings 2024-02-15 07:10:24 +01:00
Check.cpp Added tracings 2024-02-15 07:10:24 +01:00
ChecksLoader.cpp Added tracings 2024-02-15 07:10:24 +01:00
Condvar.cpp Added tracings 2024-02-15 07:10:24 +01:00
ContainerStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
ContinuousPing.cpp Ping fixes 2024-06-14 12:58:35 +02:00
ContinuousPingStats.cpp (C) Update 2024-01-12 11:44:18 +01:00
CountriesHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
Country.cpp Added tracings 2024-02-15 07:10:24 +01:00
DB.cpp Added tracings 2024-02-15 07:10:24 +01:00
DnsStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
DSCPStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
DummyInterface.cpp Added tracings 2024-02-15 07:10:24 +01:00
ElasticSearch.cpp Added tracings 2024-02-15 07:10:24 +01:00
EthStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
ExportInterface.cpp Added tracings 2024-02-15 07:10:24 +01:00
Fingerprint.cpp (C) Update 2024-01-12 11:44:18 +01:00
Flow.cpp Implemented TLS swap heuristic similar to SSH 2024-07-30 23:03:53 +02:00
FlowAlert.cpp Added blacklist info to alert_json 2024-08-02 12:10:06 +02:00
FlowAlertsLoader.cpp Splitting blacklisted flow alert and creating two new alerts. (#8354) (#8355) 2024-04-24 17:37:30 +02:00
FlowCheck.cpp Added the ability to set custom alert score 2024-04-29 11:56:02 +02:00
FlowChecksExecutor.cpp Code cleanup 2024-07-30 17:39:21 +02:00
FlowChecksLoader.cpp Splitting blacklisted flow alert and creating two new alerts. (#8354) (#8355) 2024-04-24 17:37:30 +02:00
FlowGrouper.cpp Added tracings 2024-02-15 07:10:24 +01:00
FlowHash.cpp Added support for SIP CallID in flow key 2024-05-04 11:27:38 +02:00
FlowRiskAlerts.cpp Added risk NDPI_PROBING_ATTEMPT 2024-05-22 18:44:10 +02:00
FlowsHostInfo.cpp (C) Update 2024-01-12 11:44:18 +01:00
FlowStats.cpp Fixes some performance issues in the new flow page 2024-03-20 06:45:39 -04:00
FlowTrafficStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
FrequentStringItems.cpp Fix top visited websites leak (growing undefinitely) and cpu load (sorting on every decoded site) 2024-02-19 15:55:33 +01:00
GenericHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
GenericHashEntry.cpp Added tracings 2024-02-15 07:10:24 +01:00
GenericTrafficElement.cpp Added tracings 2024-02-15 07:10:24 +01:00
Geolocation.cpp Added tracings 2024-02-15 07:10:24 +01:00
Host.cpp Return host_pool_match (ip or mac) from C 2024-07-12 15:55:22 +00:00
HostAlert.cpp Added tracings 2024-02-15 07:10:24 +01:00
HostAlertableEntity.cpp Fixes missing filter alert on remote/local host 2024-04-03 09:47:25 -04:00
HostCheck.cpp Added tracings 2024-02-15 07:10:24 +01:00
HostChecksExecutor.cpp Added tracings 2024-02-15 07:10:24 +01:00
HostChecksLoader.cpp Added missing initializer 2024-06-05 18:27:34 +02:00
HostHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
HostPools.cpp Fix getPool mac_match flag 2024-07-12 16:43:54 +00:00
HostPoolStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
HostsPorts.cpp Server Ports Analysis Page - table view refactor (#8133) (#8150) 2024-01-10 10:15:46 +01:00
HostsPortsAnalysis.cpp (C) Update 2024-01-12 11:44:18 +01:00
HostStats.cpp Fixed blacklist check with view interfaces 2024-04-24 19:14:05 +02:00
HTTPserver.cpp Delete the old authentication token before generating new ones. (#8271) 2024-03-18 10:52:21 +01:00
HTTPstats.cpp Added tracings 2024-02-15 07:10:24 +01:00
ICMPinfo.cpp Added tracings 2024-02-15 07:10:24 +01:00
ICMPstats.cpp Added tracings 2024-02-15 07:10:24 +01:00
IEC104Stats.cpp Fixed info field cut after 256 characters 2024-04-08 13:11:09 -04:00
InfluxDBTimeseriesExporter.cpp Added tracings 2024-02-15 07:10:24 +01:00
InterarrivalStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
InterfaceStatsHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
IpAddress.cpp Fixes 127.0.0.0/8 support 2024-05-09 12:18:08 +02:00
JobQueue.cpp Added tracings 2024-02-15 07:10:24 +01:00
L4Stats.cpp (C) Update 2024-01-12 11:44:18 +01:00
ListeningPorts.cpp Added tracings 2024-02-15 07:10:24 +01:00
LocalHost.cpp Increment and decrement number of hosts only for local unicast hosts 2024-07-31 10:19:12 +02:00
LocalHostStats.cpp Fixed LocalHostStats initialization 2024-06-21 19:23:27 +02:00
LocalTrafficStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
LuaEngine.cpp Renamed member a the term 'requires' is a reserved word 2024-07-26 13:24:20 +02:00
LuaEngineFlow.cpp Added NtopLuaContext class 2024-02-13 17:52:16 +01:00
LuaEngineHost.cpp Added NtopLuaContext class 2024-02-13 17:52:16 +01:00
LuaEngineInterface.cpp Fixes duplicated interface shown (#8539) 2024-07-22 16:41:48 +02:00
LuaEngineNetwork.cpp Added NtopLuaContext class 2024-02-13 17:52:16 +01:00
LuaEngineNtop.cpp Fixed invalid application protocol accounting in network interfaces 2024-07-26 22:10:59 +02:00
Mac.cpp Changes for adding asset inventory support 2024-07-10 18:34:39 +02:00
MacHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
MacManufacturers.cpp Added tracings 2024-02-15 07:10:24 +01:00
MacStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
main.cpp Toggle SNMP trap collection at runtime from prefs 2024-07-22 14:23:07 +00:00
MDNS.cpp Added tracings 2024-02-15 07:10:24 +01:00
MostVisitedList.cpp Added tracings 2024-02-15 07:10:24 +01:00
Mutex.cpp Added tracings 2024-02-15 07:10:24 +01:00
MySQLDB.cpp Add ClickHouseInterface (WIP) 2024-07-05 16:27:53 +00:00
nDPIStats.cpp Fixed invalid application protocol accounting in network interfaces 2024-07-26 22:10:59 +02:00
NetworkDiscovery.cpp Added tracings 2024-02-15 07:10:24 +01:00
NetworkInterface.cpp Rewokred trafic directions computation (#8581) 2024-08-01 17:58:09 +02:00
NetworkStats.cpp Removed no more used values 2024-05-14 06:43:12 -04:00
nProbeStats.cpp Fixes flow exporters issues 2024-07-18 10:24:20 +02:00
Ntop.cpp Fix: Use post scripts in case of alerts on flow-end 2024-08-02 16:32:24 +02:00
ntop_win32.c Win rework of conditional variable implementation 2024-01-09 23:16:40 +01:00
NtopGlobals.cpp Added tracings 2024-02-15 07:10:24 +01:00
NtopngLuaContext.cpp Reworked SNMP polling implementation 2024-05-28 23:51:29 +02:00
ObservationPoint.cpp Compilation fixes due to the new nDPI 2024-03-25 10:30:18 +01:00
ObservationPointHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
OperatingSystem.cpp Added tracings 2024-02-15 07:10:24 +01:00
OperatingSystemHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
OtherAlertableEntity.cpp Disabled trace 2024-02-21 16:23:28 +01:00
PacketDumper.cpp Added tracings 2024-02-15 07:10:24 +01:00
PacketDumperTuntap.cpp Added tracings 2024-02-15 07:10:24 +01:00
PacketStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
Paginator.cpp Added network interface filter resolving the issue with duplicated flow exporters (#8129) 2024-03-28 05:55:15 -04:00
ParsedeBPF.cpp Added tracings 2024-02-15 07:10:24 +01:00
ParsedFlow.cpp Improve ParsedFlow print. Moved to father to access all fields 2024-07-09 10:35:36 +00:00
ParsedFlowCore.cpp Attribute rename 2024-07-19 17:23:46 +02:00
ParserInterface.cpp Compilation fixes 2024-07-20 08:40:56 +02:00
PartializableFlowTrafficStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
PcapInterface.cpp Implemented flow traffic account in pcap interfaces when reading traffic from a pcap interface. 2024-07-29 15:14:47 +02:00
PeriodicActivities.cpp Reworked periodic activities 2024-02-17 13:23:20 +01:00
PeriodicScript.cpp Added tracings 2024-02-15 07:10:24 +01:00
PF_RINGInterface.cpp Fix nameclash with datalink type variable. Add missing datalink initializations. 2024-06-10 15:53:43 +02:00
Ping.cpp Ping fixes 2024-06-14 12:58:35 +02:00
Prefs.cpp Added sanity check for VLAN Ids 2024-07-26 17:40:52 +02:00
ProtoCounter.cpp Added tracings 2024-02-15 07:10:24 +01:00
ProtoStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
QueuedThreadData.cpp Reworked periodic activities 2024-02-17 13:23:20 +01:00
Radius.cpp Added some log for radius accounting 2024-06-17 11:25:32 +02:00
RecipientQueue.cpp Cleanup debug code 2024-06-03 15:44:03 +02:00
Recipients.cpp Cosmetic changes 2024-04-29 22:46:50 +02:00
Redis.cpp Added tracings 2024-02-15 07:10:24 +01:00
RemoteHost.cpp Fixes incorrect initialization 2024-07-07 14:17:57 +02:00
RoundTripStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
RRDTimeseriesExporter.cpp Added tracings 2024-02-15 07:10:24 +01:00
RwLock.cpp Added tracings 2024-02-15 07:10:24 +01:00
Score.cpp Added tracings 2024-02-15 07:10:24 +01:00
ScoreCounter.cpp (C) Update 2024-01-12 11:44:18 +01:00
ScoreStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
ServerPortsBitmap.cpp Added ServerPortsBitmap (#8437) 2024-06-05 17:17:56 +02:00
service_win32.c Win fixes 2020-12-17 17:14:56 +01:00
SNMP.cpp Split code for SNMP walk and trap collection 2024-07-22 10:31:40 +00:00
SNMPSession.cpp Split code for SNMP walk and trap collection 2024-07-22 10:31:40 +00:00
SQLiteAlertStore.cpp Add option to limit rows 2024-04-19 15:41:27 +02:00
SQLiteStoreManager.cpp Win changes 2024-02-25 12:09:49 +01:00
StatsManager.cpp Added tracings 2024-02-15 07:10:24 +01:00
SyslogCollectorInterface.cpp Added tracings 2024-02-15 07:10:24 +01:00
SyslogDump.cpp Added tracings 2024-02-15 07:10:24 +01:00
SyslogLuaEngine.cpp Code cleanup 2024-02-19 11:08:52 +01:00
SyslogParserInterface.cpp Added tracings 2024-02-15 07:10:24 +01:00
SyslogStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
TcpFlowStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
TcpPacketStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
ThreadedActivity.cpp Code cleanup 2024-02-19 11:08:52 +01:00
ThreadedActivityStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
ThreadPool.cpp Reworked periodic activities 2024-02-17 13:23:20 +01:00
ThroughputStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
TimelineExtract.cpp Fix use after free 2024-04-19 09:55:24 +02:00
TimeseriesExporter.cpp Added tracings 2024-02-15 07:10:24 +01:00
Trace.cpp Added tracings 2024-02-15 07:10:24 +01:00
TrafficStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
UsedPorts.cpp Minor cosmetic changes 2024-06-05 17:57:05 +02:00
Utils.cpp Removed expect from httpheader 2024-07-08 15:20:15 +02:00
ViewInterface.cpp Fixes netflow devices c++ function not working 2024-07-18 13:07:21 +02:00
ViewScoreStats.cpp Added tracings 2024-02-15 07:10:24 +01:00
VirtualHost.cpp Added tracings 2024-02-15 07:10:24 +01:00
VirtualHostHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
VLAN.cpp Added tracings 2024-02-15 07:10:24 +01:00
VLANAddressTree.cpp Added tracings 2024-02-15 07:10:24 +01:00
VLANHash.cpp Added tracings 2024-02-15 07:10:24 +01:00
ZCCollectorInterface.cpp Added probe ip to devices map 2024-07-16 16:53:48 +02:00
ZMQCollectorInterface.cpp Fixed if_stats.lua refresh 2024-07-24 07:27:06 +02:00
ZMQParserInterface.cpp Added sanity check for VLAN Ids 2024-07-26 17:40:52 +02:00
ZMQPublisher.cpp Remove deprecated private cloud support 2024-03-15 10:03:25 +01:00
ZMQUtils.cpp (C) Update 2024-01-12 11:44:18 +01:00