Johannes Mittendorfer
Johannes Mittendorfer
> You have to write a value to 4120 to enable output on 4130. Depending on what you write to 4210, you get different outputs: I also looked into this...
Hi all, repo owner here. Sorry for not replying earlier, but unfortunately the Bluetooth part of my toothbrush broke and I can't help with your project. > This code doesn't...
I need to have a deeper look into the code but it does not look so bad... I think we can merge that with a few changes.
Hi, I'm the author of the tool mentioned. (I think it was @GreyCat who contacted me via Twitter). I'm not sure if a Wireshark dissector is really suitable to be...
It really looks like it isn't that hard to create the Lua output using the AbstractCompiler. :) This would work of course. (The syntax is correct) Maybe I could even...
I just made a little test and implemented a few field types: https://github.com/joushx/kaitai_struct_compiler/commit/4ae163e0cca79e3621e4b681b4463956cbcbff99 (Please ignore the ugly code; I don't know Scala btw.)
It is not quite ready for a review to be honest. Just wanted to know if it works like I thought.
At the bottom of the generated file there is `` which should be replaced by now with some random port. I tested it like this: Listen to a loopback interface...
Then you might want to right click and select `decode as` and change the port. I don't know, but it might work somehow with [tshark](https://www.wireshark.org/docs/man-pages/tshark.html).
It fails because I have not yet implemented the u4 type. ;) I'll need to go through all available types to make sure I do not forget any. Nested fields...