Hi, There is lot of tutorials how ho use wireshark to download youtube videos. (search for http GET packet, use follow TCP stream and you have the link) However it is not working. There is not a single http packet when you launch youtube video. Any hints? THX asked 15 Mar '15, 03:58 mirrax |
One Answer:
If the URL starts with https it means the connection is encrypted, You can't filter for https, you have to use ssl. And you have to decrypt the traffic before you can see any http request. Your best option would be to intercept the traffic with Fiddler. answered 18 Mar '15, 11:56 Roland |
I guess when google bought the youtube they changed the way of broadcasting? Might this be the case: https://ask.wireshark.org/questions/36967/decoding-spdy-after-protocol-switch
Does the URL start with https?
yes it does and https goes red when trying to filter