project-chip / matter-dissector

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

Execute the command make testpase and make check to report an error #2

Open seagullanddog opened 11 months ago

seagullanddog commented 11 months ago

When I execute the command "make testpase", the error is as follows: make: *** No rule to make target 'testpase'. Stop There is indeed no "testpase" command in the Makfile

When I execute the command "make check", the error is as follows: mkdir -p ~/.local/lib/wireshark/plugins/3.6 cp matter-disector.so ~/.local/lib/wireshark/plugins/3.6 tests/test-packet-matter-decrypt.exe Testing decrypt[0]: FAIL: 4047 Testing decrypt[1]: FAIL: 4047 make: *** [Makefile:122: check] Error 207

how do i fix them

tommy-gilligan commented 6 months ago

AFAICT these are broken for everybody. It would be nice to fix them but I'm not sure how.