- On wired lens, they are ethernet frames.
- On wireless lens, they are 802.11 frames.
A packet sniffer implemented in software or hardware will not only intercept and log all the ones and zeros moving in and out of a nic, but show it to us, humans, in a human-readable format. In addition to binary and hexadecimal. All of the fields of every single frame, packet, segment, data gram, and upper layer data will be shown with their names. Along with their corresponding data values.
For example, in the IP packet, source IP address -- x.x.x.x (192.168.1.113). Destination IP address -- x.x.x.x (192.168.1.107). We will see the content as they're listed in the RFC, or other specifications.
No comments:
Post a Comment