Wireshark-dev: Re: [Wireshark-dev] Specifying dissectors declaratively
From: Ahmad Fatoum <ahmad@xxxxxx>
Date: Thu, 20 Apr 2017 22:59:15 +0200
Ye, I am not looking for expressing bigger state machines, rather something that can churn out dissectors out of definitions like coords_t := (u16 X) (u16 Y) (u8 Z) command := item_move | player_move item_move := (u8 0x64) (coords_t from) (coords_t to) (u8 stackpos) (u16 itemid) player_move := (u8 0x90) (coords_t to) (This goes on for some hundred different commands, with multiple versions for each command depending on protocol version)
I'll consider going this route. Thanks for your input. Regards, Ahmad
|
Attachment:
signature.asc
Description: Message signed with OpenPGP
- References:
- [Wireshark-dev] Specifying dissectors declaratively
- From: Ahmad Fatoum
- Re: [Wireshark-dev] Specifying dissectors declaratively
- From: Roland Knall
- [Wireshark-dev] Specifying dissectors declaratively
- Prev by Date: [Wireshark-dev] Compilation issue on Mac OS
- Next by Date: Re: [Wireshark-dev] Compilation issue on Mac OS
- Previous by thread: Re: [Wireshark-dev] Specifying dissectors declaratively
- Next by thread: Re: [Wireshark-dev] Specifying dissectors declaratively
- Index(es):