Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Program Files (x86)/Cisco/Cisco PEAP Module/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Program Files (x86)/Cisco/Cisco PEAP Module/cisco-peap-manifest.xml
<?xml version="1.0" encoding="UTF-8"?>
<instrumentationManifest xmlns="http://schemas.microsoft.com/win/2004/08/events">
  <instrumentation xmlns:xs="http://www.w3.org/2001/XMLSchema"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events">
    <events xmlns="http://schemas.microsoft.com/win/2004/08/events">
      <!--Publisher Info -->
      <provider name="Cisco-EAP-PEAP"
                guid="{A3E99773-83D7-460b-B69D-1AF477E37A63}"
                symbol="PEAP_PROV"
                resourceFileName="%ProgramFiles(x86)%\Cisco\Cisco PEAP Module\CiscoEapPeap.dll"
                messageFileName="%ProgramFiles(x86)%\Cisco\Cisco PEAP Module\CiscoEapPeap.dll">
        
        <!--Channel to which this Publisher can publish -->
        <channels>
          <!--New Channel can be declared for this Publisher-->
          <channel chid="LogChannel"
                   name="Cisco-EAP-PEAP/Debug"
                   type="Operational"
                   symbol="LOG_CHANNEL"
                   isolation="Application"
                   enabled="false" />
        </channels>
        
        <!-- Keywords -->
        <keywords>
          <keyword name="Generic"
                   mask="0x1"
                   message="$(string.Keyword.Generic)" />
          <keyword name="CallFlowTrace"
                   mask="0x2"
                   message="$(string.Keyword.CallFlowTrace)" />
          <keyword name="PacketTrace"
                   mask="0x4"
                   message="$(string.Keyword.PacketTrace)" />
        </keywords>
        
        <!-- Maps -->
        <maps>
          <valueMap name="PacketType">
            <map value="0" message="$(string.Map.IncomingPacket)" />
            <map value="1" message="$(string.Map.OutgoingPacket)" />
            <map value="2" message="$(string.Map.Packet)" />
          </valueMap>
        </maps>
        
        <!--Event Templates -->
        <templates>
          <template tid="MessageEventTemplate">
            <data name="Message" inType="win:AnsiString" outType="xs:string" />
            <UserData>
              <messageEvent xmlns="http://www.cisco.com/EapHostLog">
                <message>%1</message>
              </messageEvent>
            </UserData>
          </template>
          
          <template tid="PacketEventTemplate">
            <data name="Type" inType="win:UInt32" map="PacketType"/>
            <data name="PacketLength" inType="win:UInt32" />
            <data name="PacketData" inType="win:Binary" outType="xs:hexBinary"
                  length="PacketLength" />
            <UserData>
              <packetEvent xmlns="http://www.cisco.com/EapHostLog">
                <packetType>%1</packetType>
                <packet>%3</packet>
              </packetEvent>
            </UserData>
          </template>

          <template tid="DataDumpTemplate">
            <data name="Description" inType="win:AnsiString" />
            <data name="Length" inType="win:UInt32" />
            <data name="Data" inType="win:Binary" outType="xs:hexBinary"
                  length="Length" />
            <UserData>
              <data xmlns="http://www.cisco.com/EapHostLog">
                <description>%1</description>
                <data>%3</data>
              </data>
            </UserData>
          </template>

          <template tid="EnterFuncEventTemplate">
            <data name="FunctionName" inType="win:AnsiString" />
            <UserData>
              <enterFuncEvent xmlns="http://www.cisco.com/EapHostLog">
                <function>%1</function>
              </enterFuncEvent>
            </UserData>
          </template>
          
          <template tid="LeaveFuncEventTemplate">
            <data name="FunctionName" inType="win:AnsiString" />
            <data name="ReturnCode" inType="win:UInt32" outType="win:HexInt32"/>
            <UserData>
              <leaveFuncEvent xmlns="http://www.cisco.com/EapHostLog">
                <function>%1</function>
                <returnCode>%2</returnCode>
              </leaveFuncEvent>
            </UserData>
          </template>
        </templates>
        
        <!--All the Events that can be published by this Publisher -->
        <events>
          <event value="1"
                 level="win:Error"
                 template="MessageEventTemplate"
                 opcode="win:Info"
                 channel="LogChannel"
                 symbol="LOG_ERROR_EVENT"
                 message="$(string.SimpleMessage)"
                 keywords="Generic" />
          
          <event value="2"
                 level="win:Warning"
                 template="MessageEventTemplate"
                 opcode="win:Info"
                 channel="LogChannel"
                 symbol="LOG_WARNING_EVENT"
                 message="$(string.SimpleMessage)"
                 keywords="Generic" />
          
          <event value="3"
                 level="win:Verbose"
                 template="MessageEventTemplate"
                 opcode="win:Info"
                 channel="LogChannel"
                 symbol="LOG_DEBUG_EVENT"
                 message="$(string.SimpleMessage)"
                 keywords="Generic" />
          
          <event value="4"
                 level="win:Verbose"
                 template="PacketEventTemplate"
                 opcode="win:Info"
                 channel="LogChannel"
                 symbol="LOG_PACKET_EVENT"
                 message="$(string.Packet)"
                 keywords="PacketTrace" />
          
          <event value="5"
                 level="win:Verbose"
                 template="EnterFuncEventTemplate"
                 opcode="win:Start"
                 channel="LogChannel"
                 symbol="LOG_ENTER_FUNC_EVENT"
                 message="$(string.EnterFunc)"
                 keywords="CallFlowTrace" />
          
          <event value="6"
                 level="win:Verbose"
                 template="LeaveFuncEventTemplate"
                 opcode="win:Stop"
                 channel="LogChannel"
                 symbol="LOG_LEAVE_FUNC_EVENT"
                 message="$(string.LeaveFunc)"
                 keywords="CallFlowTrace" />

          <event value="7"
                 level="win:Verbose"
                 template="DataDumpTemplate"
                 opcode="win:Info"
                 channel="LogChannel"
                 symbol="LOG_DATA_DUMP_EVENT"
                 message="$(string.Packet)"
                 keywords="PacketTrace" />

          <event value="8"
                 level="win:Informational"
                 template="MessageEventTemplate"
                 opcode="win:Info"
                 channel="LogChannel"
                 symbol="LOG_INFO_EVENT"
                 message="$(string.SimpleMessage)"
                 keywords="Generic" />
        </events>
      </provider>
    </events>
  </instrumentation>
  
  <localization>
    <resources culture="en-US">
      <stringTable>
        <!--This is how event data can be used as part of Message String -->
        <string id="SimpleMessage" value="%1" />
        <string id="Packet" value="%1:%n%3" />
        <string id="EnterFunc" value="Enter: %1" />
        <string id="LeaveFunc" value="Leave: %1, result: %2" />
        
        <string id="Map.IncomingPacket" value="Incoming packet" />
        <string id="Map.OutgoingPacket" value="Outgoing packet" />
        <string id="Map.Packet" value="Packet" />

        <string id="Keyword.Generic" value="Generic" />
        <string id="Keyword.PacketTrace" value="PacketTrace" />
        <string id="Keyword.CallFlowTrace" value="CallFlowTrace" />
        
        <string id="Level.Flow" value="FlowLevel" />
        <string id="Level.Packet" value="PaketLevel" />
      </stringTable>
    </resources>
  </localization>
</instrumentationManifest>