mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Handles TCP flags via nProbe
This commit is contained in:
parent
64911a37e8
commit
3fcb15cda2
9 changed files with 91 additions and 29 deletions
|
|
@ -221,7 +221,7 @@ class Host : public GenericHashEntry {
|
|||
virtual void serialize2redis() {};
|
||||
bool addIfMatching(lua_State* vm, AddressTree * ptree, char *key);
|
||||
bool addIfMatching(lua_State* vm, u_int8_t *mac);
|
||||
void updateSynFlags(time_t when, u_int8_t flags, Flow *f, bool syn_sent);
|
||||
void updateSynAlertsCounter(time_t when, u_int8_t flags, Flow *f, bool syn_sent);
|
||||
inline void updateRoundTripTime(u_int32_t rtt_msecs) {
|
||||
if(as) as->updateRoundTripTime(rtt_msecs);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue