mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Domain Names host check (#5723)
* Adding/modifying .cpp for Domain Names host check * Adding/modifying .h/.lua for Domain Names host check * minor synstax fix * dns_contacts Co-authored-by: Stefano Russo <55586218+D0kken@users.noreply.github.com> Co-authored-by: Stefano Russo <s.russo41@studenti.unipi.it>
This commit is contained in:
parent
a582aa6243
commit
f650a3700a
19 changed files with 336 additions and 3 deletions
|
|
@ -370,7 +370,9 @@ class Host : public GenericHashEntry, public HostAlertableEntity, public Score,
|
|||
virtual u_int16_t getNumActiveContactsAsServer() { return 0; };
|
||||
inline TcpPacketStats* getTcpPacketSentStats() { return(stats->getTcpPacketSentStats()); }
|
||||
inline TcpPacketStats* getTcpPacketRcvdStats() { return(stats->getTcpPacketRcvdStats()); }
|
||||
|
||||
virtual void addContactedDomainName(char* domain_name) {};
|
||||
virtual u_int32_t getDomainNamesCardinality() { return 0; };
|
||||
virtual void resetDomainNamesCardinality() {};
|
||||
virtual NetworkStats* getNetworkStats(int16_t networkId) { return(NULL); };
|
||||
inline Country* getCountryStats() { return country; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue