bitcoin: handling sendaddrv2, sendheaders and wtxidrelay commands

This commit is contained in:
snicket2100 2023-10-27 03:01:46 +02:00 committed by Alexis La Goutte
parent e583fcd9f3
commit 7e351192e2

View file

@ -2144,6 +2144,9 @@ proto_reg_handoff_bitcoin(void)
dissector_add_string("bitcoin.command", "getaddr", command_handle);
dissector_add_string("bitcoin.command", "mempool", command_handle);
dissector_add_string("bitcoin.command", "filterclear", command_handle);
dissector_add_string("bitcoin.command", "sendaddrv2", command_handle);
dissector_add_string("bitcoin.command", "sendheaders", command_handle);
dissector_add_string("bitcoin.command", "wtxidrelay", command_handle);
/* messages not implemented */
/* command_handle = create_dissector_handle( dissect_bitcoin_msg_empty, proto_bitcoin ); */