Wireshark-commits: [Wireshark-commits] rev 22183: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 25 Jun 2007 06:10:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22183

User: etxrab
Date: 2007/06/25 06:10 AM

Log:
 From Martin Peylo:
 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

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +80 -12    packet-tipc.c    Modified