KOLANICH
KOLANICH
BTW, can the dissector generator either be a separate project from Hytera Homebrew Bridge, or even better a part of KSC (wireshark dissectors target is a long awaited item in...
It largery depends on the API Wireshark exposes and on availibility of "debug" code generation for lua target. More precisely, debug API allows to get offsets for each `seq` member....
>Drop the | value and update the spec to honor the 8-space format. `distlib` will be required to be fixed.
#133 and #65 are related
I think that even the most basic things that cannot be executed symbolically should require a permission at very granular level. Yes, `getattr` should also require a permission. Using `getattr`...
Not quite this, buy a very related issue. For now KS parses whole stream and stores it in memory. Imagine what will happen if you try to parse multi-GiB file...
>Generally, the question is solved easily if your file has some sort of index, thus you can create an API that will use this index to parse file parts on...
> It looks like you're trying to do "do >some lazy parsing by changing runtime without touching the compiler and >generated code". I tried to do this first, but failed...
>You're implying that we should make all seq attributes to be lazy? Yes. This will also give us some kind of serialization. > That's not really optimal, in many cases...