Wireshark-commits: [Wireshark-commits] rev 52609: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Tue, 15 Oct 2013 00:05:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52609

User: mmann
Date: 2013/10/15 12:05 AM

Log:
 Fix the bitcoin dissector to be able to dissect recent version of the protocol.  Bug 8844 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8844)
 
 Changes:
   - All messages now have a checksum (and not only version and verack).
   - In the version message: user agent added as a string preceded by a varint length.
   - Port in an address is in little endian and not big endian.
   - In the version message the receiving and emitting address where inverted.
 
 From Eric Masson

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +68 -30    packet-bitcoin.c    Modified