Will Greenberg
38f476b664
lib: refactor gsmtap/gsmtap_parser into a single module
...
This'll allow us to break out more specific GSMTAP parsing into
submodules more easily.
2026-06-24 12:24:01 -07:00
Will Greenberg
94b989c3c0
Add support for compressed QMDL
...
Major changes:
* QmdlWriter now outputs gzipped QMDL files by default
* QmdlReader renamed to QmdlMessageReader, and reads both compressed and
uncompressed QMDL. It no longer requires bounding to avoid reading
partially written files.
2026-06-22 19:40:54 -07:00
Markus Unterwaditzer
754faf10d9
Remove redundant helper functions
2026-05-27 18:51:32 +02:00
Markus Unterwaditzer
0c90f8910a
Use latest packet timestamp in GPS file, move writing into DiagTask to eliminate RwLocks, remove "sidecar" word from codebase
2026-05-18 15:30:55 -07:00
Markus Unterwaditzer
19df99d663
fix clippy
2026-05-18 15:30:55 -07:00
Carlos Guerra
5a4a3034be
requests addressed, better error handling, more logging, small text corrections
2026-05-18 15:30:55 -07:00
Carlos Guerra
ba78c7bd01
new merge conflict addressed, to_datetime unused code removed, some refactoring to appease tests
2026-05-18 15:30:55 -07:00
Carlos Guerra
fee082cde4
replacing numbered options in config with rust enum implementation, unique commit to make easier to debug or rollback
2026-05-18 15:30:55 -07:00
Carlos Guerra
0b91a6e5d3
PR chage requests, revision to GPS logging feature, code cleanup
2026-05-18 15:30:55 -07:00
Carlos Guerra
66f0c2a336
Kismet GPS option section per packet dcriped, refactoring to reduce loc
2026-05-18 15:30:55 -07:00
Carlos Guerra
adb316e2d7
GPS information included in PCAP files as comment and with Kismet proposed standard
2026-05-18 15:30:55 -07:00
Andrej Walilko
9b6c4cee0b
api documentation ( #876 )
...
* api documentation
* utoipa openapi docs generator
---------
Co-authored-by: Andrej Walilko <awalilko@liquidweb.com >
2026-02-17 01:41:15 +01:00
Will Greenberg
da18a1f9da
Split bin dir into separate daemon and check dirs
...
This lets us manage their increasingly disparate dependencies separately
2025-07-16 13:20:14 -07:00