mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
flow.getInfo now returns minimal information
This commit is contained in:
parent
16c3b3a4af
commit
9786581526
9 changed files with 129 additions and 107 deletions
|
|
@ -440,7 +440,9 @@ class Flow : public GenericHashEntry {
|
|||
u_int16_t vlan_id,
|
||||
u_int16_t protocol);
|
||||
void lua(lua_State* vm, AddressTree * ptree, DetailsLevel details_level, bool asListElement);
|
||||
|
||||
void lua_get_min_info(lua_State* vm);
|
||||
|
||||
void lua_get_unicast_info(lua_State* vm) const;
|
||||
void lua_get_status(lua_State* vm) const;
|
||||
void lua_get_protocols(lua_State* vm) const;
|
||||
void lua_get_bytes(lua_State* vm) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue