Fix:
authorJoerg Mayer <jmayer@loplof.de>
Fri, 3 Apr 2015 00:15:39 +0000 (02:15 +0200)
committerJörg Mayer <jmayer@loplof.de>
Fri, 3 Apr 2015 00:17:28 +0000 (00:17 +0000)
packet-bitcoin.c:1735:6: error: 'hfi_msg_getheaders_version' undeclared (first use in this function)
     &hfi_msg_getheaders_version,

caused by previous commit. Weird that the compiler on my system didn't catch that.

Change-Id: I73cb06553bdf3a37f7c3d61d85f425d7c92d5b99
Reviewed-on: https://code.wireshark.org/review/7888
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
epan/dissectors/packet-bitcoin.c

index b6af7b11abd9f5a4aa38cd64e74e4c4653fa3f34..a25f87cfe0dcabc1bf80a056784dab35b8411e2d 100644 (file)
@@ -1732,7 +1732,9 @@ proto_register_bitcoin(void)
     &hfi_msg_getheaders_count32,
     &hfi_msg_getheaders_count64,
     &hfi_bitcoin_msg_getheaders,
+#if 0
     &hfi_msg_getheaders_version,
+#endif
     &hfi_msg_getheaders_start,
     &hfi_msg_getheaders_stop,