Re: [Wireshark-dev] Two-level PDU reassembly

2022-02-04 Thread Nicolás Alvarez
El vie, 4 feb 2022 a la(s) 13:44, Jérôme Hamm (jerome.h...@planete-sciences.org) escribió: > > Hi, > > I am working on ssh dissection. I am now trying to reassemble packets. > Actually there are two levels of fragmentation when you use sftp. > The first level are multiple tcp packets which contain

[Wireshark-dev] Two-level PDU reassembly

2022-02-04 Thread Jérôme Hamm
Hi, I am working on ssh dissection. I am now trying to reassemble packets. Actually there are two levels of fragmentation when you use sftp. The first level are multiple tcp packets which contain data that must be decrypted (when you have the right crypto byte count, for example 32kiB). And the