hi there, It has been few days I am trying to get myself familiar with wireshark. Currently I am on openSUSE and using Wireshark 1.10.8. One of the option I want to trying out it how to capture the streaming url, but failed to get things right so far. This is where the source of the video http://english.astroawani.com/videos/live I tried to follow this tutorial http://ask.wireshark.org/questions/13425/streaming-url After I choose the largest file, follow TCP stream, I am still can't get the http Thanks asked 16 Jul '14, 04:06 yazidrus |
One Answer:
Open the packet capture and filter for http.request.method == "GET" The link will look like this: http://vdata.astroawani.com/flash/VideoPlayer.swf?v=20140715 answered 17 Jul '14, 02:54 Roland |
Thank you for your reply but http.request.method == "GET" returned me into "Find text has reached the end of the followed stream,The next search will start from the beginning"
Will try again
Perhaps you are not doing it right. Open the packet capture or take a new one. At the top were it says "Filter:" type in http.request.method == "GET" and press enter. It will only show you http get requests. After that you can select a packet and follow the tcp stream if you want.