aaptel / etl2pcap

extract network frames from ETL trace files and export them to .pcap
GNU General Public License v3.0
10 stars 2 forks source link

assert(frag_size == ev_left) AssertionError in the function: def etl_frames(etl_data): #2

Open lin001shen opened 1 year ago

lin001shen commented 1 year ago

assert(frag_size == ev_left) AssertionError

I generated an etl file with powershell netsh. When converted it to pcap with this python code, got the above error. I debugged it and found that it failed at the assert inside the function of def etl_frames(etl_data): If you need, I can upload the etl file.

thank you

Ray