-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IRATI stack and wireshark #1343
Comments
Hi, The standard Wireshark package doesn't contain the logic to decode packets belonging to the core RINA protocols (EFCP and CDAP). @cschutijser wrote the dissector you have mentioned in the issue, maybe he can provide some guidance. Cheers, Eduard |
Hi, I don't see the problem (if any) right away. It does surprise me a little that our dissector doesn't recognize the EFCP payload. In your screenshot, I see that the ethertype is 0xd1f0 and our dissector should act on that. Is the dissector installed correctly, as explained in the README? You can verify that by starting Wireshark, then selecting Analyze > Enabled Protocols and searching for "efcp". It should display an entry. If the dissector is indeed installed correctly, you can share a PCAP file with me and I can have a quick look. |
Hi,
|
Alright! Good to hear. |
Hi,
I set up alittle test enviroment with the IRATI stack. I wanted to use the wireshark application that is deposited in the project.
I'm not sure if I installed it correctly. It seems that wireshark is not able to decode the recieved packages.
The output looks like this:
I also tried to use this dissector: https://github.com/SIDN/irati-wireshark-dissector.
Can someone help me with this problem?
Greetings,
Jo
The text was updated successfully, but these errors were encountered: