mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 09:25:04 +01:00
stuff that kinda works
This commit is contained in:
parent
7696484f0b
commit
9c923e4aa9
7 changed files with 186 additions and 114 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue