Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages