Skip to content
/ oip Public
forked from USU-Security/oip

"organicip" visualizer - uses libpcap and SDL to visualize IP traffic between endpoints

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Gr3yR0n1n/oip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Use libpcap and SDL to visualize IP traffic between multiple endpoints

Packages

  • deb http://mirror.usu.edu/usu-security [codename]-security-unstable
  • sid, jessie, wheezy
  • someone remind me to build for ubuntu again
  • install usu-archive-keyring package and apt-get update

Colors

On packet-balls:

  • Red for UDP
  • Green for TCP
  • White/blue for any other IP protocol On hosts:
  • defined by oip.conf

Controls

On the gui, you can use the mouse and the keyboard.

Mouse controls:

  • left click on host to reposition
  • right click on host to bring up context menu
  • add actions to context menu in oip.conf on client

Keyboard keys:

  • ! to open the menu
  • , to start displaying the capture (Load button).
  • p to pause and play the capture
  • to disconnnect?

Dependencies

  • apt-get install libcrypto++-dev libsdl-image1.2-dev libpcap-dev libsdl1.2-dev libfreetype6-dev g++ make

Installation

Type make install

If you have any dependency error, just install them.

You can modifiy the oip.conf file to suit your needs but it is optional.

Authors

Rian Shelley (Utah State Univeristy) Maintained by Eldon Koyle (Utah State University) Additional features added by Sebastian Garcia (eldraco@gmail.com) and Vojtech Uhlir (wojtyla@agents.felk.cvut.cz) (Czech Technical University)

About

"organicip" visualizer - uses libpcap and SDL to visualize IP traffic between endpoints

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.1%
  • Shell 14.6%
  • Other 1.3%