Replies: 9 comments
|
The output of SCAT itself does not look that wrong: which seems to be different SIBs. |
|
Do I need scat.lua to decode the messages? |
|
Could you please share your pcap file for reproduction and analysis? What do you think might be different or wrong in the Wireshark representation? |
You do. Wireshark does not know which dissectors to use without it. If you go to Help>About Wireshark>Folders you can check which folders your Lua Scripts should be (Global or Local). Just put the scat.lua in one of those folders, and wireshark will use it. |
|
Many thanks! This was the solution! I was missing to install scat.lua. After doing it I now see commands like Perhaps it would be a good idea to add this info to main page of SCAT, because scat.lua is existing as file in github, |
|
I can update the README to explain more on the Lua plugin. |
This is great! What can I do with such data packets? Is there still some decoding missing? Details view of this above data packet: |
This is the expected behavior when you specified the |
|
Many thanks for clarification! It worked. I am new to SCAT and learn a lot from answer to answer. |
Uh oh!
There was an error while loading. Please reload this page.
I have copied SCAT Python files to my embedded system.
I can record a *.pcap file from a Quectel RM520N-GL. This works.
When I now transfer the file from the embedded system to my Windows machine,
which has up-to-date (but unmodified) Wireshark, I can see data, but I am not sure,
if the data is correct and make sense.
So I am currently facing the problem to find out, if my recording and viewing sequence is correct,
or there is some error during recording and decoding in Wireshark.
Is there perhaps an example file which I can use to just load it in Wireshark.
And there is e.g. frame x where I shall see this and that?
Or shall I upload a short recorded file and uploaded it, so someone else can verify if my recording is correct?
All reactions