1 # the MetaEventInfo is a special single level of inheritance of events. Any
2 # fields in this Event are allowed in all other events. Certain systems
3 # will set these fields, so the SenderIP, SenderPort, and ReceiptTime are
4 # set by all journallers and listeners, while the encoding is set by all
8 ip_addr SenderIP; # IP address of Sender
9 uint16 SenderPort; # IP port of Sender
10 int64 ReceiptTime; # time this event was received, in
11 # milliseconds since epoch
12 int16 enc; # encoding of strings in the event
13 uint16 SiteID; # id of site sending the event
18 string username; # username of user
19 uint32 password; # unique hash of the users password
20 ip_addr clientIP; # client ip the user attempted to connect from