Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [PATCH] TIPC bundler messages and data dissection

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Mon, 25 Jun 2007 08:11:17 +0200
Committed revision 22183.
Regards
Anders

-----Ursprungligt meddelande-----
Från: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] För Martin Peylo
Skickat: den 20 juni 2007 19:39
Till: Developer support list for Wireshark
Ämne: [Wireshark-dev] [PATCH] TIPC bundler messages and data dissection

Hi,

please apply the attached patch to packet-tipc.c.

Changes are only for protocol version 2.

The changes are:
- dissect "TIPC Bundler Protocol" messages correctly
- search for other dissectors which want to dissect encapsulated data
according to the TIPC user or TIPC type of a message. The data
dissection is difficult since a TIPC data message does not necessarily
a "type" set. So for the moment - while TIPC is not widely used - just
triggering for the user of a message will be sufficient for people
looking into the TIPC protocol.
- "Dissect TIPC data" in the preferences is now switched on by default
- to show undissected data, the "data" dissector is now used.
- corrected some typos

Thanks,
Martin