C# 클래스 SniffNework.Sniffer

파일 보기 프로젝트 열기: JhetoX/HackBankAccount 1 사용 예제들

공개 메소드들

메소드 설명
Sniffer ( ) : System
create ( List ipv4 ) : void
create ( string ipv4 ) : void
getIP ( ) : List

비공개 메소드들

메소드 설명
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

메소드 상세

Sniffer() 공개 메소드

public Sniffer ( ) : System
리턴 System

create() 공개 메소드

public create ( List ipv4 ) : void
ipv4 List
리턴 void

create() 공개 메소드

public create ( string ipv4 ) : void
ipv4 string
리턴 void

getIP() 공개 메소드

public getIP ( ) : List
리턴 List