mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Enlarged buffer for JSON deseriealization
This commit is contained in:
parent
54ceed49e8
commit
4d009978eb
2 changed files with 5 additions and 5 deletions
|
|
@ -130,7 +130,7 @@ class Host : public GenericHost {
|
|||
void incHitter(Host *peer, u_int64_t sent_bytes, u_int64_t rcvd_bytes);
|
||||
void updateHostTrafficPolicy(char *key);
|
||||
char* serialize();
|
||||
bool deserialize(char *json_str);
|
||||
bool deserialize(char *json_str, char *key);
|
||||
bool addIfMatching(lua_State* vm, patricia_tree_t * ptree, char *key);
|
||||
void updateSynFlags(time_t when, u_int8_t flags, Flow *f, bool syn_sent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue