Re: [Wireshark-dev] Reassembling IPP info through USB

2020-07-08 Thread Anders Broman via Wireshark-dev
-Original Message- From: Wireshark-dev On Behalf Of Guy Harris Sent: den 9 juli 2020 04:00 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Reassembling IPP info through USB On Jul 8, 2020, at 6:06 PM, Jamie Hare wrote: > I am attempting to create a dissec

Re: [Wireshark-dev] Reassembling IPP info through USB

2020-07-08 Thread Guy Harris
On Jul 8, 2020, at 6:06 PM, Jamie Hare wrote: > I am attempting to create a dissector for IPP over USB and am running into > some issues with the reassembly. I first thought that I could just use a > reassembly table but with the way the dissectors are run multiple times is it > necessary to c

[Wireshark-dev] Reassembling IPP info through USB

2020-07-08 Thread Jamie Hare
Hello, I am attempting to create a dissector for IPP over USB and am running into some issues with the reassembly. I first thought that I could just use a reassembly table but with the way the dissectors are run multiple times is it necessary to create a PDU/tap combo like TCP or UDP? Best, Jamie