Commit 1b50e0d
committed
subprojects: add libpcap with plugin loader support
Add libpcap as a meson wrap subproject with three patches on top of
upstream commit bac2884b. These patches implement the plugin loader
proposed in the-tcpdump-group/libpcap#1659:
- runtime plugin loader for external capture modules
- timestamp type accessors for adapter code
- complete accessor API for tcpdump feature parity
The meson.build exposes a plugindir variable via declare_dependency()
so consumers can install plugins in the right location.
Signed-off-by: Robin Jarry <rjarry@redhat.com>1 parent e81e331 commit 1b50e0d
7 files changed
Lines changed: 2319 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments