1 | initial version |
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.
2 | No.2 Revision |
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
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.
3 | No.3 Revision |
You haven't specified written if you see any packet packets at all. If not not, then you are not capturing correct network.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.