-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from randomaccess3/master
splashtop
- Loading branch information
Showing
2 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
... Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1000.map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
Author: Phill Moore | ||
Description: Splashtop session connected | ||
EventId: 1000 | ||
Channel: Splashtop-Splashtop Streamer-Remote Session/Operational | ||
Provider: Splashtop-Splashtop Streamer-Remote Session | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "SPID: %SPID% - SRC Name: %SRC_Name%" | ||
Values: | ||
- | ||
Name: SPID | ||
Value: "/Event/EventData/Data[@Name=\"SPID\"]" | ||
- | ||
Name: SRC_Name | ||
Value: "/Event/EventData/Data[@Name=\"SRC_Name\"]" | ||
- | ||
Property: PayloadData2 | ||
PropertyValue: "SessionID: %SessionID%" | ||
Values: | ||
- | ||
Name: SessionID | ||
Value: "/Event/EventData/Data[@Name=\"Session_ID\"]" | ||
- | ||
Property: PayloadData3 | ||
PropertyValue: "Product version: %Version_number%" | ||
Values: | ||
- | ||
Name: Version_number | ||
Value: "/Event/EventData/Data[@Name=\"Version_number\"]" | ||
|
||
# Documentation | ||
# N/A | ||
# | ||
#<Event> | ||
# <System> | ||
# <Provider Name="Splashtop-Splashtop Streamer-Remote Session" Guid="66a2ea53-fc6c-42e5-9176-18749ab2ca11" /> | ||
# <EventID>1000</EventID> | ||
# <Version>0</Version> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Opcode>0</Opcode> | ||
# <Keywords>0x8000000000000000</Keywords> | ||
# <TimeCreated SystemTime="2021-03-11 21:18:52.6891739" /> | ||
# <EventRecordID>1</EventRecordID> | ||
# <Correlation /> | ||
# <Execution ProcessID="3884" ThreadID="5708" /> | ||
# <Channel>Splashtop-Splashtop Streamer-Remote Session/Operational</Channel> | ||
# <Computer>COMPUTERNAME</Computer> | ||
# <Security UserID="S-1-5-18" /> | ||
# </System> | ||
# <EventData> | ||
# <Data Name="Session_ID">671410472</Data> | ||
# <Data Name="SPID">aa@aaaa.com</Data> | ||
# <Data Name="SRC_Name">source name</Data> | ||
# <Data Name="Version_number">3.4.4.0</Data> | ||
# </EventData> | ||
#</Event> |
54 changes: 54 additions & 0 deletions
54
... Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1001.map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
Author: Phill Moore | ||
Description: Splashtop session disconnected | ||
EventId: 1001 | ||
Channel: Splashtop-Splashtop Streamer-Remote Session/Operational | ||
Provider: Splashtop-Splashtop Streamer-Remote Session | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "Duration: %duration%" | ||
Values: | ||
- | ||
Name: duration | ||
Value: "/Event/EventData/Data[@Name=\"Duration_Time\"]" | ||
- | ||
Property: PayloadData2 | ||
PropertyValue: "SessionID: %SessionID%" | ||
Values: | ||
- | ||
Name: SessionID | ||
Value: "/Event/EventData/Data[@Name=\"Session_ID\"]" | ||
- | ||
Property: PayloadData3 | ||
PropertyValue: "Product version: %Version_number%" | ||
Values: | ||
- | ||
Name: Version_number | ||
Value: "/Event/EventData/Data[@Name=\"Version_number\"]" | ||
|
||
# Documentation | ||
# N/A | ||
# | ||
#<Event> | ||
# <System> | ||
# <Provider Name="Splashtop-Splashtop Streamer-Remote Session" Guid="66a2ea53-fc6c-42e5-9176-18749ab2ca11" /> | ||
# <EventID>1001</EventID> | ||
# <Version>0</Version> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Opcode>0</Opcode> | ||
# <Keywords>0x8000000000000000</Keywords> | ||
# <TimeCreated SystemTime="2001-11-12 21:18:55.4183505" /> | ||
# <EventRecordID>2</EventRecordID> | ||
# <Correlation /> | ||
# <Execution ProcessID="3884" ThreadID="1896" /> | ||
# <Channel>Splashtop-Splashtop Streamer-Remote Session/Operational</Channel> | ||
# <Computer>HOSTNAME</Computer> | ||
# <Security UserID="S-1-5-18" /> | ||
# </System> | ||
# <EventData> | ||
# <Data Name="Session_ID">12345</Data> | ||
# <Data Name="Duration_Time">00:00:07</Data> | ||
# <Data Name="Version_number">3.4.4.0</Data> | ||
# </EventData> | ||
#</Event> |