[Wireshark-dev] UDP desegmentation - how to?

2010-12-22 Thread Kaul
Can I use something like tcp_dissect_pdus() for UDP packets? Specifically, Kerberos over UDP - I think we can get the PDU length from the packet and get a complete PDU. ___ Sent via:Wireshark-dev mailing list

Re: [Wireshark-dev] UDP desegmentation - how to?

2010-12-22 Thread Sake Blok
On 22 dec 2010, at 09:58, Kaul wrote: Can I use something like tcp_dissect_pdus() for UDP packets? Specifically, Kerberos over UDP - I think we can get the PDU length from the packet and get a complete PDU. As the UDP header is missing a sequence number, it is not possible to do UDP

Re: [Wireshark-dev] UDP desegmentation - how to?

2010-12-22 Thread ronnie sahlberg
Fragmented UDP packets are reassembled in the IP layer. See the preferences for IP and enable the reassembly. This should reassemble fragmented Kerberos over UDP packets. regards ronnie sahlberg On Wed, Dec 22, 2010 at 7:58 PM, Kaul myk...@gmail.com wrote: Can I use something like

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-PowerPC

2010-12-22 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-PowerPC on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-PowerPC/builds/1659 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-ppc Build

[Wireshark-dev] Data Center Bridging EXchange (DCBX) Dissector

2010-12-22 Thread Mikkel Hagen
Hi all, I noticed there was a request for a DCB dissector a while ago in the below email, but haven't seen any more action on this. If anyone is interested I made up a rough dissector for DCBX Draft 2.0. I might make up one for baseline 1.01 as well at some point if there is any

[Wireshark-dev] conversation with start and end frame

2010-12-22 Thread Andrei Emeltchenko
Hi, I am trying to decode packets which are identified with channel ID (Bluetooth). There is setup frame after which conversation starts. Is there mechanism to identify packets based on (start_frame, end_frame, channel_id)? conversation mechanism does not fit here. Regards, Andrei

Re: [Wireshark-dev] UDP desegmentation - how to?

2010-12-22 Thread Guy Harris
On Dec 22, 2010, at 12:58 AM, Kaul wrote: Can I use something like tcp_dissect_pdus() for UDP packets? Specifically, Kerberos over UDP - I think we can get the PDU length from the packet and get a complete PDU. tcp_dissect_pdus() handles the particular case of protocols running atop a

Re: [Wireshark-dev] Data Center Bridging EXchange (DCBX) Dissector

2010-12-22 Thread Stephen Fisher
On Tue, Dec 21, 2010 at 01:42:33PM -0500, Mikkel Hagen wrote: I noticed there was a request for a DCB dissector a while ago in the below email, but haven't seen any more action on this. If anyone is interested I made up a rough dissector for DCBX Draft 2.0. I might make up one for

Re: [Wireshark-dev] Data Center Bridging EXchange (DCBX) Dissector

2010-12-22 Thread Jaap Keuter
On 12/22/2010 10:08 PM, Stephen Fisher wrote: On Tue, Dec 21, 2010 at 01:42:33PM -0500, Mikkel Hagen wrote: I noticed there was a request for a DCB dissector a while ago in the below email, but haven't seen any more action on this. If anyone is interested I made up a rough dissector