project-chip / matter-dissector

Wireshark plugin for parsing Matter protocol messages. Status: Experimental
BSD 3-Clause "New" or "Revised" License
34 stars 13 forks source link

Interaction model #10

Open tuppulix opened 4 months ago

tuppulix commented 4 months ago

Hi everyone, would it be possible to have more information on how to implement the missing part of the interaction model for the dissector? @turon

turon commented 4 months ago

Which missing parts are you speaking of? If you could give spec references for what you'd like to see, that would be helpful. Generally, the specification is the final authority for how to implement dissector features.

tuppulix commented 4 months ago

I need to do the experimental part for my bachelor's degree thesis, I would like to implement the parts not checked in the list referring to the interaction model. In particular:

Attribute Read Attribute Write Subscribe Events

But it's not easy because it's the first time I've approached a job like this. I would be happy if you could give me more guidance on how the code to write should be structured.

@turon

tuppulix commented 4 months ago

@turon Hi Turon, how can I try to debug to see how everything inside the .c file of the "Im" works? Without having to put the .so into Wireshark every time.