C# 클래스 Ipop.Managed.ManagedNodeHelper

This class implements various methods needed for the ManagedIpopNode
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 메소드들

메소드 설명
GetNetwork ( string networkdevice, MemBlock startip ) : MemBlock

Finds an available IP range on the system

TextTranslate ( MemBlock payload, string old_ss_ip, string old_sd_ip, string new_ss_ip, string new_sd_ip, string packet_id ) : MemBlock

This method replaces IP addresses based on some identifier

메소드 상세

GetNetwork() 공개 정적인 메소드

Finds an available IP range on the system
public static GetNetwork ( string networkdevice, MemBlock startip ) : MemBlock
networkdevice string Device to be ignored
startip MemBlock Device to be ignored
리턴 MemBlock

TextTranslate() 공개 정적인 메소드

This method replaces IP addresses based on some identifier
public static TextTranslate ( MemBlock payload, string old_ss_ip, string old_sd_ip, string new_ss_ip, string new_sd_ip, string packet_id ) : MemBlock
payload MemBlock Payload to be translated
old_ss_ip string Old source IP address
old_sd_ip string Old destination IP
new_ss_ip string New source IP address
new_sd_ip string New destination IP address
packet_id string A packet identifier
리턴 MemBlock