Wireshark-commits: [Wireshark-commits] master 1091f65: bitcoin: Updated dissector to support the la
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1091f65d3f0dfbabaa0096415a85928fa5cab0fd
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1091f65 by Laurenz Kamp (laurenz.kamp@xxxxxx):
bitcoin: Updated dissector to support the latest protocol version (70002).
Changes made:
Updated dissectors:
-> ping: ping packets now have a nonce.
-> version: If version >= 70002, version messages have a relay flag.
-> Messages with no payload: Added mempool and filterclear messages.
Added dissectors:
-> pong message
-> notfound message
-> reject message
-> filterload message
-> filteradd message
-> merkleblock message
-> headers message
Change-Id: I9eb0dba971b2f612f95211847a7f283a037341e6
Reviewed-on: https://code.wireshark.org/review/7831
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from d3517fd wsp: fix format string
adds 1091f65 bitcoin: Updated dissector to support the latest protocol version (70002).
Summary of changes:
epan/dissectors/packet-bitcoin.c | 648 +++++++++++++++++++++++++++++++++++++-
1 file changed, 634 insertions(+), 14 deletions(-)