kalidasya

Results 14 comments of kalidasya

@pavja2 I was also about to implement an mpeg-ts parser do u have your structure file shared somewhere?

@GreyCat thanks for the tip, issue created! @pavja2 when you have time can you link it to the referred ticket?

To give some context for this ticket from mpeg-ts point of view: 1. every mpeg-ts stream consist of multiple 188 bytes long packet, each packet (among other things) has a...

Please take into account bit sized values like: ``` - id: fixed_10 type: b2 contents: [2] - id: fixed_10 contents: [true, false] ```

for anyone who is interested, I created a py3 compatible branch from master: https://github.com/kalidasya/scapy-ssl_tls/tree/py3_update it is using scapy 2.4.* I tested it by running all the unit tests (have not...

yeah I did not check the tests. probably some part what I did not use was not converted. might try to take a look into it this week, cannot promise...

I have a dis-functioning memory it seems, the tests were working then...

@jurgonaut I updated my branch, fixed that as far as I could (was running fine for me) and a couple of other examples. some are failing but probably because I...

Is it possible to make it work with list items without adding extra newlines to the list?

I spent a last couple of weeks on my first kaitai struct file for mpeg2 video. I have found it really hard to implement, and ultimately I have failed. First...