Implement native PacketDump capture (#87)
Some checks failed
Native Rust workspace compile / compile (push) Has been cancelled

This commit is contained in:
2026-08-11 08:06:25 +00:00
parent f0fd975d0f
commit f0420f6c8b
8 changed files with 1298 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
fn main() -> std::process::ExitCode {
libremetaverse_programs::pending_program("PacketDump")
libremetaverse_programs::packet_dump::main_entry()
}