mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Implements class ParsedeBPF to handle eBPF events
This commit is contained in:
parent
e26b2e4ec2
commit
c95bdc7aa4
12 changed files with 177 additions and 57 deletions
|
|
@ -504,7 +504,7 @@ class Flow : public GenericHashEntry {
|
|||
#ifdef HAVE_EBPF
|
||||
void setProcessInfo(eBPFevent *event, bool client_process);
|
||||
#endif
|
||||
void setParsedeBPFInfo(const Parsed_eBPF * const ebpf, bool src2dst_direction);
|
||||
void setParsedeBPFInfo(const ParsedeBPF * const ebpf, bool src2dst_direction);
|
||||
inline ContainerInfo* getClientContainerInfo() { return(client_cont); }
|
||||
inline ContainerInfo* getServerContainerInfo() { return(server_cont); }
|
||||
inline ProcessInfo* getClientProcessInfo() { return(client_proc); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue