Skip to content

Application sniffs packets and was made as a school project.

Notifications You must be signed in to change notification settings

hugohezel/IPK_packet_sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Packet Sniffer

This application sniffs packets.

To compile this program, type:

make

To run this program, compile it first, then type:

./ipk-sniffer {-i interface | --interface interface}{-p port}{-t | --tcp}{-u | --udp}{--arp}{--icmp}{-n number}

Where

  • interface is name of an active interface
    If {-i | --interface} parameter is missing, application only prints list of active interfaces
  • port is port that packets should be sniffed on
    If {-p} parameter is missing, program will sniff on all ports
  • number is a number of packets that should be sniffed
    If {-n} parameter is missing, program sniffs only 1 packet (-n 1 like)

About

Application sniffs packets and was made as a school project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published