C# Class Analyst, libopenmetaverse

Mostrar archivo Open project: jhs/libopenmetaverse Class Usage Examples

Public Methods

Method Description
Analyst ( SLProxy.ProxyFrame frame ) : System
Init ( ) : void

Private Methods

Method Description
CmdDrop ( string words ) : void
CmdGrep ( string words ) : void
CmdInject ( string words ) : void
CmdLog ( string words ) : void
CmdNoDrop ( string words ) : void
CmdNoLog ( string words ) : void
CmdNoSet ( string words ) : void
CmdSet ( string words ) : void
InitializeCommandDelegates ( ) : void
InterpretOptions ( byte options ) : string
LogAll ( ) : void
LogPacket ( Packet packet, IPEndPoint endPoint, Direction, direction ) : void
LogPacketIn ( Packet packet, IPEndPoint endPoint ) : Packet
LogPacketOut ( Packet packet, IPEndPoint endPoint ) : Packet
LogWhitelist ( string whitelistFile ) : void
MagicCast ( string name, string block, string field, string value ) : object
MagicSetField ( object obj, string field, object val ) : void
Modify ( Packet packet, IPEndPoint endPoint, Direction, direction ) : Packet
ModifyIn ( Packet packet, IPEndPoint endPoint ) : Packet
ModifyOut ( Packet packet, IPEndPoint endPoint ) : Packet
NoLogAll ( ) : void
SayToUser ( string message ) : void
SetOutput ( string outputFile ) : void
packetTypeFromName ( string name ) : PacketType

Method Details

Analyst() public method

public Analyst ( SLProxy.ProxyFrame frame ) : System
frame SLProxy.ProxyFrame
return System

Init() public method

public Init ( ) : void
return void