| Bug ID |
8844
|
| Summary |
bitcoin dissector patch
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
x86
|
| OS |
All
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
Wireshark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Created attachment 11059 [details]
svn diff for the patch. only one file is changed
epan/dissectors/packet-bitcoin.c
Build Information:
gcc 4.7.2 on fedora 17
--
Fix the bitcoin dissector to be able to dissect recent version of the protocol.
Tested on linux with the standard bitcoin client.
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.
You are receiving this mail because:
- You are watching all bug changes.