Commit graph

343 commits

Author SHA1 Message Date
d1037f8308
Merge pull request #92 from wllm-rbnt/dbg
Set packet type for RAW PCAPs
2023-09-13 06:33:02 +02:00
ec887fb6c3
Merge pull request #93 from adulau/revert-88-raw-ip
Revert "base: add support for "raw ip" captures"
2023-09-13 06:32:03 +02:00
3808693b97
Revert "base: add support for "raw ip" captures" 2023-09-13 06:31:37 +02:00
52454c7f4c
Merge pull request #88 from os12/raw-ip
base: add support for "raw ip" captures
2023-09-13 06:30:54 +02:00
wllm-rbnt
3408f9da62
Merge branch 'adulau:master' into dbg 2023-09-12 14:26:30 +02:00
William Robinet
24398758e1
Set packet type for RAW PCAPs 2023-09-12 12:50:12 +02:00
fe8ff451cc
Merge pull request #91 from wllm-rbnt/dbg
Implement compilation options
2023-09-11 19:49:18 +02:00
cfe35993a4
Merge pull request #90 from adulau/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-11 19:48:52 +02:00
William Robinet
bd730f31c4
Enable DEBUG flag differently 2023-09-11 11:24:17 +02:00
William Robinet
cec86cfc7d
Add compilation options to CMakeLists.txt 2023-09-11 11:20:40 +02:00
dependabot[bot]
a9eb871518
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 04:48:02 +00:00
Oleg Smolsky
dd20142c87 base: add support for "raw ip" captures
- there is no need to deal with L2 as it's not even there
2023-09-07 20:08:12 -07:00
6c1aa99da8
Merge pull request #86 from wllm-rbnt/sigs
Connection tracker live list & purge
2023-08-20 23:04:16 +02:00
William Robinet
f651ba03d1
Doc update 2023-08-20 16:56:20 +02:00
William Robinet
799f945887
Minor lint 2023-08-20 12:27:52 +02:00
William Robinet
344117af57
Add basic build script 2023-08-20 12:27:21 +02:00
William Robinet
86574eff12
Add handlers for signals USR1 & 2 2023-08-20 12:20:41 +02:00
4f948aaeff
Merge pull request #85 from wllm-rbnt/fixes
Various fixes
2023-08-16 21:42:42 +02:00
William Robinet
ba9410dac5
Remove unnecessary parens in return statements 2023-08-16 15:40:29 +02:00
William Robinet
f395a3a3ce
Initialize variables 2023-08-16 15:08:26 +02:00
William Robinet
6004e71647
Remove unused variables 2023-08-16 14:58:17 +02:00
William Robinet
6d333f746b
Fix warning unused for unused variable & error handling 2023-08-16 14:52:09 +02:00
William Robinet
ead8fceb30
Add missing return statements 2023-08-16 14:28:50 +02:00
de05391270
Merge pull request #84 from robert-scheck/cmake
Use correct cmake GNUInstallDirs variables with their built-in defaults
2023-08-16 09:07:38 +02:00
Robert Scheck
44e963d12e Use correct cmake GNUInstallDirs variables with their built-in defaults
GNUInstallDirs.cmake expects that at least one language is enabled before
including GNUInstallDirs.

See also: https://cmake.org/cmake/help/latest/command/install.html
2023-08-15 23:34:57 +02:00
e1796a8851
Merge pull request #83 from wllm-rbnt/lint
Global code linting + various fixes
2023-08-14 22:08:48 +02:00
wllm-rbnt
b983eb316a
Merge branch 'master' into lint 2023-08-14 17:19:31 +02:00
William Robinet
76f8e9e327
Fix README layout 2023-08-14 17:12:20 +02:00
e8502ef1f6
chg: [doc/ref] version updated 2023-08-14 16:34:15 +02:00
William Robinet
7bead9dd19
Rework Docker files & scripts 2023-08-14 15:20:01 +02:00
William Robinet
e356e1d1b7
Increase version in CMakeLists.txt 2023-08-14 13:21:10 +02:00
William Robinet
536e927c59
Fix command in README.md 2023-08-14 12:47:12 +02:00
William Robinet
ecacee7c36
Lint ALL the things ! 2023-08-14 12:37:08 +02:00
William Robinet
26a3816051
Remove old, unused files 2023-08-14 12:26:51 +02:00
William Robinet
9012f9cf48
Convert remaining old-style function definitions 2023-08-14 12:24:38 +02:00
William Robinet
ec44fa4493
[clang-format] Do NOT sort include directives 2023-08-14 11:22:18 +02:00
57ea9e4785
chg: [doc] version v1.8 released 2023-08-14 11:15:09 +02:00
William Robinet
00a631a28d
Convert old-style function definitions 2023-08-14 10:57:16 +02:00
William Robinet
4799524de1
Fix null analyzer instantiation 2023-08-14 10:55:55 +02:00
William Robinet
5bcf87d950
Add clan-format config 2023-08-14 09:42:21 +02:00
00f968e1ea
Merge pull request #82 from wllm-rbnt/cmake
cmake
2023-08-13 11:54:03 +02:00
William Robinet
ae16d572de
Add date to version output 2023-08-11 11:25:29 +02:00
William Robinet
8ae5938163
Add comment for MacOS 2023-08-10 17:03:54 +02:00
William Robinet
ca5dc95043
Make it work on OpenBSD and FreeBSD 2023-08-10 16:29:45 +02:00
William Robinet
a01f07f999
Add install target for man page 2023-08-10 12:45:02 +02:00
William Robinet
7af04ca7ea
Set binary install target, update doc 2023-08-10 12:07:09 +02:00
William Robinet
6937dbc3fa
Update README & fix version 2023-08-10 11:40:34 +02:00
William Robinet
d94cbfa088
Update gh workflows 2023-08-10 11:07:37 +02:00
William Robinet
3a6892ef5c
Print meaningful error messages 2023-08-10 10:41:45 +02:00
William Robinet
ced211ef0a
Lower cmake version requirement (Ubuntu Focal) 2023-08-10 09:43:20 +02:00