etl-parser icon indicating copy to clipboard operation
etl-parser copied to clipboard

Event Trace Log file parser in pure Python

Results 10 etl-parser issues
Sort by recently updated
recently updated
newest added

I just noticed it doesn't seem to be working on Windows 11, trying multiple etl files. I also noticed this article came out around the time there stopped being activity...

I'm not extremely experienced with Python and some of the data structures involved in the way this library parses, such as constructs, leave me fairly confused about how to actually...

Similar to #5 Using etl2pcap Environment : Ubuntu 20.04 Python 3.8.2 ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/construct/lib/containers.py", line 100, in __getattr__ return self[name] KeyError: 'data1' During handling of...

I'm running etl2xml on [this file](https://github.com/airbus-cert/etl-parser/files/5091970/eventlog.zip) and the event parser throws an error on all events of the file

Not sure if this is a duplicate of #5 ```Traceback (most recent call last): File "/home/USER/.local/bin/etl2xml", line 194, in on_event_record data.append(log_tracelogging(event.parse_tracelogging())) File "/home/USER/.local/lib/python3.10/site-packages/etl/event.py", line 129, in parse_tracelogging return build_tracelogging(self.source) File...

I have installed eta-parser using the following: ``` git clone https://github.com/ezaspy/etl-parser cd etl-parser python3 -m pip install -e . ``` But when I run the command `python3 etl-parser/bin/etl2xml -i Terminal-Services-Core.etl...

I see this timestamp in my generated xml file: 831654275173 In Windows Performance Analyzer, I see that it correlates to: 22,860,603,300 ns I can't find any documentation anywhere that defines...

Hi. We want to use this parser to convert raw .etl collection IO data to .csv/.xml The timestamp generated is relative values and we're unable to map it to the...

We use windows performance analysis tool capture modern standby etl trace. Use ETL2XML cannot to analysis it. Below it the fail picture.