C# Class SniffNework.Sniffer

Mostrar archivo Open project: JhetoX/HackBankAccount Class Usage Examples

Public Methods

Method Description
Sniffer ( ) : System
create ( List ipv4 ) : void
create ( string ipv4 ) : void
getIP ( ) : List

Private Methods

Method Description
Main ( ) : void
OnReceive ( IAsyncResult ar ) : void
ParseData ( byte byteData, int nReceived ) : void
close ( ) : void
parseData ( IPHeader ipHeader, TCPHeader tcpHeader, string content, bool isRequest ) : void
receiveRequest ( Hashtable httpRequest ) : void
receiveResponse ( Hashtable httpResponse ) : void

Method Details

Sniffer() public method

public Sniffer ( ) : System
return System

create() public method

public create ( List ipv4 ) : void
ipv4 List
return void

create() public method

public create ( string ipv4 ) : void
ipv4 string
return void

getIP() public method

public getIP ( ) : List
return List