Re: [Wireshark-dev] Input plugin for PEAK Systems CAN interfaces

2024-02-09 Thread Guy Harris
On Jan 4, 2024, at 7:53 AM, Miklós Márton wrote: > The PEAK-CAN to Wireshark question came up again, and I started to work on it > based on this wonderful piece of code: > https://github.com/theXappy/ExtcapNet > > I also reached the point to figure out how to handle over the CAN messages > via

Re: [Wireshark-dev] Input plugin for PEAK Systems CAN interfaces

2024-01-04 Thread Miklós Márton
Hello Henri, It has been a while since we last mailed, I hope you are doing fine! The PEAK-CAN to Wireshark question came up again, and I started to work on it based on this wonderful piece of code: https://github.com/theXappy/ExtcapNet I also reached the point to figure out how to handle over t

Re: [Wireshark-dev] Input plugin for PEAK Systems CAN interfaces

2021-03-28 Thread Miklos Marton
Hi Miklos, About 2 years ago I created a plugin to capture CAN packets in windows from a device called AnaGate CAN. This AnaGate CAN unit uses a tcp/ip connection to communicate with another computer and of course its own protocol. You can probably find some emails from me about this topic

Re: [Wireshark-dev] Input plugin for PEAK Systems CAN interfaces

2021-03-27 Thread hdv
On 26-3-2021 13:32, Miklós Márton wrote: Hello all! I would like to create a Wireshark plugin for the PEAK CAN devices. Wireshark works fine with these devices on Linux over SocketCAN, however on Windows I did not found any way to utilize them. Is there any open source CAN input plugins out in

[Wireshark-dev] Input plugin for PEAK Systems CAN interfaces

2021-03-26 Thread Miklós Márton
Hello all! I would like to create a Wireshark plugin for the PEAK CAN devices. Wireshark works fine with these devices on Linux over SocketCAN, however on Windows I did not found any way to utilize them. Is there any open source CAN input plugins out in the wild what I could use as a starting po