Commit 9d70ccc
chore: update 3rd party libs (#766)
Dependency updates:
Updated several dependencies in conanfile.py, including catch2, json-schema-validator, libmaxminddb, openssl, pcapplusplus, sigslot, and libcurl to newer versions.
Code modernization in DNS layer:
Replaced all instances of NULL with nullptr in libs/visor_dns/DnsLayer.cpp to use modern C++ pointer semantics and improve code clarity and safety. This affects pointer initialization, comparisons, and return values throughout the file.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 55093ea commit 9d70ccc
11 files changed
Lines changed: 178 additions & 163 deletions
File tree
- libs/visor_dns
- src
- handlers/flow
- inputs/pcap
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments