stuff that kinda works

This commit is contained in:
nora 2024-08-12 22:38:47 +02:00
parent 7696484f0b
commit 9c923e4aa9
7 changed files with 186 additions and 114 deletions

View file

@ -29,7 +29,7 @@ macro_rules! ctors {
) -> Packet {
let mut w = Writer::new();
w.u8(Packet::$msg_type);
w.u8($crate::numbers::$msg_type);
$(
w.$ssh_type($name);