Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-22 Thread Akos Vandra
No, it doesn't. It's a device designed by myself, I just adjusted its output format to be the same as DLT_SOCKETCAN expects. Regards, Ákos Vandr On 23 December 2011 03:58, Guy Harris wrote: > > On Dec 22, 2011, at 5:51 PM, Akos Vandra wrote: > >> This is another project, that adds support for

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-22 Thread Guy Harris
On Dec 22, 2011, at 5:51 PM, Akos Vandra wrote: > This is another project, that adds support for a canusb adapter, So this adapter doesn't just show up as a regular SocketCAN network adapter when you plug it in?- This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-22 Thread Akos Vandra
Mkay, I think I did it... Although I'm not sure :) @Guy Harris: I dropped the ARM trace thing, it turned out that wireshark is not really suitable for what I want to do. This is another project, that adds support for a canusb adapter, and uses DLT_SOCKETCAN, so there is no need for a new DLT. Ple

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-22 Thread Chris Maynard
Chris Maynard gtech.com> writes: > > Not that it matters, as the Nokia unit whose appliances used IPSO was sold > > to > Check Point: > > > > http://www.checkpoint.com/nokia/welcome/index.html > > > > so the mutant flavor of tcpdump (and probably of libpcap and possibly even > the kernel B

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-22 Thread Chris Maynard
Guy Harris alum.mit.edu> writes: > On Dec 22, 2011, at 11:32 AM, Chris Maynard wrote: > > > For what it's worth, I e-mailed him. Thanks again. > > I hope your e-mail didn't use any masculine pronouns when referring to Petra: > > http://www.linkedin.com/in/petrasoderling Oops, thanks fo

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-22 Thread Guy Harris
On Dec 22, 2011, at 11:32 AM, Chris Maynard wrote: > For what it's worth, I e-mailed him. Thanks again. I hope your e-mail didn't use any masculine pronouns when referring to Petra: http://www.linkedin.com/in/petrasoderling :-) Not that it matters, as the Nokia unit whose appliances

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-22 Thread Chris Maynard
Tyson Key gmail.com> writes: > For what it's worth, you could try asking Petra Söderling ( > petra.soderling nokia.com) - who happens to head some of the Open Source > initiatives at Nokia. For what it's worth, I e-mailed him. Thanks again. - Chris - This is the tcpdump-workers list. Visit h

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-22 Thread Michael Richardson
Gisle> This is what I do (and what the sourceforge page [1] Gisle> states). 1st time checkout: git clone Gisle> git://bpf.tcpdump.org/libpcap Alternatively, visit github, get an account, upload your ssh public key, etc. Visit github.com/mcr/tcpdump, and fork the code. Then use the gi

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-22 Thread Michael Richardson
> "Akos" == Akos Vandra writes: Akos> When building wireshark based on the new libpcap with my Akos> module using libusb-1.0, it didn't build, because it was Akos> missing symbols (naturally, as wireshark didn't know it has to Akos> link libusb-1.0 as well). So insted of diggi

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-22 Thread Michael Richardson
> "Guy" == Guy Harris writes: >> I thought Berkley had made a general statement that some of those >> clauses (esp. the advertising one) could be removed?? Guy> The statement made by the Directory of Technology Licensing at Guy> UCB was: Guy> Guy> ftp://ftp.cs.berkel

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-22 Thread Gisle Vanem
"Guy Harris" wrote: Send us a patch, submit it on SourceForge, or do whatever the shiny new Git magic is for that (Michael, how do people do that?). This is what I do (and what the sourceforge page [1] states). 1st time checkout: git clone git://bpf.tcpdump.org/libpcap Then "git fetch"