Wireshark is not capturing https packets. I've tried filtering them by portmap.port == 443 but no https packet is shown, however, http packets are captured fine.
Any suggestions?
|
Wireshark is not capturing https packets. I've tried filtering them by Any suggestions? |
|||
|
HTTP, and HTTP-over-SSL/TLS, i.e. "https", do not use ONC RPC and, in particular, don't use the portmapper. They run atop TCP, so you'd want a display filter such as |
|||
|
|
port 443that should work. Your filter does something else. – Robert Aug 7 '12 at 10:57