Hello We're using CAN bus as protocol and I implemented a capture to save the sent and received frames into a .pcapng file. I can load it in Wireshark and the frames are displayed as CAN which is correct. However the fields are only shown as identifier and data bytes which doesn't say much yet.
I would like to add a custom dissector that will interpret the CAN fields further down. The identifier needs to be broken down into two separate fields as well as the first data byte. How would I register this dissector as it doesn't use an Ethernet port? I'm happy if I can use it in the "Decode As" menu, it doesn't need to be applied automatically. The examples I've seen use a port which makes sense for Wireshark but not in my case. Would it need to be a CAN sub-protocol? Thanks for any help. bye Fabi ___________________________________________________________________________ Sent via: Wireshark-users mailing list <wireshark-users@wireshark.org> Archives: https://www.wireshark.org/lists/wireshark-users Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-users mailto:wireshark-users-requ...@wireshark.org?subject=unsubscribe