HTTP Traffic Analysis using Wireshark-1

Опубликовано: 04 Ноябрь 2024
на канале: Huda TechTalk
39,845
227

Demonstrating HTTP Traffic Analysis using Wireshark.

Identify requests (from client) and response packets.
Find HTTP version, response code/phrase, requested file (including size).
Observe single small file (e.g., simple html file) request/response behaviour and the request/response behaviour for a file that has already been received.
Observe how a larger file is sent in multiple segments
Observe multi-file (e.g., web page with image) request/response behaviour.
Observe request/response behaviour for a page that needs authentication.

(This video discusses how to find the information asked in the the HTTP, v7.0 Lab from Computer Networking: A Top Down Approach by Jim Kurose and Keith Ross; site: https://gaia.cs.umass.edu/kurose_ross... )