mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 00:45:06 +01:00
trace
This commit is contained in:
parent
fe7407362b
commit
51fe414821
3 changed files with 29 additions and 10 deletions
|
|
@ -95,6 +95,8 @@ impl ServerChannelsState {
|
|||
}
|
||||
|
||||
pub fn recv_packet(&mut self, packet: Packet) -> Result<()> {
|
||||
// TODO: window
|
||||
|
||||
let mut packet = packet.payload_parser();
|
||||
let packet_type = packet.u8()?;
|
||||
match packet_type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue