Re: [tcpdump-workers] New datasource implementation

2011-12-28 Thread Felix Obenhuber
On Wed, 2011-12-28 at 16:58 +0200, Akos Vandra wrote: > Yes, I have thought about it, but when I started writing the pcap > driver, I didn't know about socketcan, and this user-space driver was > already mostly ready (had to be ported a wee bit from c++), as I have > used an own program to display

Re: [tcpdump-workers] New datasource implementation

2011-12-28 Thread Akos Vandra
Hi! Yes, I have thought about it, but when I started writing the pcap driver, I didn't know about socketcan, and this user-space driver was already mostly ready (had to be ported a wee bit from c++), as I have used an own program to display the can frames before. Problem is, I'm not sure I have t

Re: [tcpdump-workers] New datasource implementation

2011-12-28 Thread Felix Obenhuber
Hi, On Sat, 2011-12-17 at 17:54 +0100, Akos Vandra wrote: > I have just written support for one of my CAN->USB adapter gadgets, so > that it would work with libpcap and thus with wireshark. I would love > to see support for my device as an option in future releases. Did you think about writing a

[tcpdump-workers] New datasource implementation

2011-12-17 Thread Akos Vandra
Hi! I have just written support for one of my CAN->USB adapter gadgets, so that it would work with libpcap and thus with wireshark. I would love to see support for my device as an option in future releases. This is a USB adapter, and I am using libusb-1.0 to communicate with the device. So in ord