Which of the following Wireshark filters should be applied to a packet capture to detect applications that send passwords in cleartext to a REST API located at 10.1.2.3?
a. ip.proto=tcp
b. http.request.methd=="POST" && ip.dst=10.1.2.3
c. ip.dst=10.1.2.3
d. http.request.method==POST