THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

You haven't written if you see any packets at all. If not, then you are not capturing correct network. If yes, then you probably not writing correct display filter.

For http traffic use display filter: http

For https traffic use display filter: tls

TLS is general encryption protocol that can contain many application layer protocols like HTTP for example. Imagine TLS like encryption tunnel. You can't see inside the encryption tunnel which application protocol is inside. It can be HTTP, it can be some database application protocol or something else. Protocol HTTPS means secure HTTP or in the language of network it is HTTP over TLS protocol.

You haven't written specified if you see any packets packet at all. If not, not then you are not capturing correct network. If yes, then you probably not writing correct display filter.network.

For http traffic use display filter: http

For https traffic use display filter: tls

TLS is general encryption protocol that can contain many application layer protocols like HTTP for example. Imagine TLS like encryption tunnel. You can't see inside the encryption tunnel which application protocol is inside. It can be HTTP, it can be some database application protocol or something else. Protocol HTTPS means secure HTTP or in the language of network it is HTTP over TLS protocol.

You haven't specified if you see any packet at all. If not then you are not capturing correct network.

For http traffic use display filter: http

For https traffic use display filter: tls

TLS is general encryption protocol that can contain many application layer protocols like HTTP for example. Imagine TLS like encryption tunnel. You can't see inside the encryption tunnel which application protocol is inside. It can be HTTP, it can be some database application protocol or something else. Protocol HTTPS means secure HTTP or in the language of network it is HTTP over TLS protocol.