Modularized the ebpf program loading and attaching.

This commit is contained in:
h3xduck
2021-12-30 21:09:26 -05:00
parent 19a11da18f
commit d9a70f866c
12 changed files with 947 additions and 886 deletions

View File

@@ -3,6 +3,7 @@
"time.h": "c",
"constants.h": "c",
"pkt_cls.h": "c",
"map_defs.h": "c"
"map_defs.h": "c",
"regex.h": "c"
}
}