Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net.sniffer
Class Sniffer  view Sniffer download Sniffer.java

java.lang.Object
  extended bycom.act365.net.sniffer.Sniffer

public class Sniffer
extends java.lang.Object

Listens for received packets that implement a given protocol and writes them to the screen.


Constructor Summary
Sniffer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Usage: Sniffer -p protocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sniffer

public Sniffer()
Method Detail

main

public static void main(java.lang.String[] args)
Usage: Sniffer -p protocol

protocol is an optional argument. When selected, only packets with the given protocol will be displayed. The default is TCP.