TCP/IP frames
- The HTTP message carried inside TCP/IP packets/frames
Packets
HTTP Package
consists of several headers- TCP
- IP
- Ethernet II
-
Frame
-
Each header is built on top of the previous header
sudo tcpdump -A -i any tcp port 80
HTTP Package
consists of several headersFrame
Each header is built on top of the previous header
sudo tcpdump -A -i any tcp port 80