First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Force DPLAY dissector

Hi

I am trying to examine the network traffic of an old DirectPlay 9 based game. The DPLAY dissector plugin is enabled, but it is not actually dissecting. I cannot even force it in the "Decode as…" dialouge since the dissector does not show up in the list. I did similar experiments a couple of years ago. Back then, everything worked out of the box. What am I doing wrong today?

In case it helps, I uploaded a capture containing some packets I want to have dissected: http://ssl.hehoe.de/temp/dplaylobby.p...

Kind Regards
Hermann

Hermann's avatar
3
Hermann
asked 2018-08-29 18:47:38 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The dissector is solely a heuristic dissector, so it's not one that can be used with "Decode as...".

The heuristic was broken by a change to optimize the heuristics (although I'm not sure whether the resulting code was measured as being faster). Please file a bug on this on the Wireshark Bugzilla, so we can record that it is buggy and track the process of fixing it; attach the capture file in question to the bug.

Guy Harris's avatar
19.9k
Guy Harris
answered 2018-08-29 21:46:45 +0000, updated 2018-08-29 21:47:18 +0000
edit flag offensive 0 remove flag delete link

Comments

Bug 15092 was raised for this and it was fixed in master by change 29351.

You can either grab an automated build, or wait for a new release of the version you're running (as long as it's a supported version). As we just released yesterday, it will probably be 6 weeks or so until the next release.

grahamb's avatar grahamb (2018-08-30 16:36:53 +0000) edit

Wow, that was surprisingly fast! I just built from git. Working as intended. :) Thank you. 👍

Hermann's avatar Hermann (2018-08-30 17:51:11 +0000) edit

That was another option which I'd left out!

grahamb's avatar grahamb (2018-08-30 21:26:45 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer