Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 329 Bytes

PacketSniffer

👃 Java desktop application for capturing packets and parsing them to extract:

  • IEEE 802.11 header (source MAC address & destination MAC address)
  • IP header (source & destination IP addresses & other fields)
  • TCP header (source & destination port & other fields)
  • ASCII payload (only for HTTP packets)