Re: [tcpdump-workers] [Wireshark-dev] tcpdump-workers mailing list troubles

2012-04-21 Thread Tyson Key
I happened to have received this one, for what it's worth... Tyson. 2012/4/21 Christopher Maynard > Guy Harris alum.mit.edu> writes: > > > On Apr 18, 2012, at 3:05 PM, Sam Roberts wrote: > > > > > For what its worth, the last message I saw was on Mar 13th, thought I > > > have 2 or 3 more mess

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-21 Thread Tyson Key
For what it's worth, you could try asking Petra Söderling ( petra.soderl...@nokia.com) - who happens to head some of the Open Source initiatives at Nokia. Tyson. On 21 December 2011 16:20, Chris Maynard wrote: > If I visit http://www.wireshark.org/, I can find the GPL license without > too > mu

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-21 Thread Tyson Key
Hi Chris, As far as I'm aware, TCPDump is released under the terms of the BSD Licence - meaning that Nokia haven't got any obligations regarding releasing their modifications; and whilst it's not the most reliable information source on the planet, Wikipedia seems to corroborate that thought. I ho

Re: [tcpdump-workers] make releasetar on libpcap

2010-03-05 Thread Tyson Key
On Fri, Mar 5, 2010 at 6:59 PM, Michael Richardson wrote: > > > "Guy" == Guy Harris writes: >Guy> The Makefile has a rule to "generate" it, so I'd see that as >Guy> OK. (It also means that "make clean" would remove the symlink, >Guy> which is arguably the right thing for it to d

Re: [tcpdump-workers] [BUG] pcap-usb-linux.c

2008-11-24 Thread Tyson Key
Hi, any chance that a "usbany" (or similar) pseudo-device could be added in a future version to capture on all USB buses, similar to the standard "any" device for non-USB interfaces? Thanks, Tyson. On Mon, Nov 24, 2008 at 8:10 PM, Guy Harris <[EMAIL PROTECTED]> wrote: > > On Oct 29, 2008, at 7:3

Re: [tcpdump-workers] any device doesn't work anymore

2008-11-17 Thread Tyson Key
Hi Giovanni, I don't know for certain what's happened either, although I can confirm that after installing libpcap version 0.9-PRE-CVS (from Git), the any device is no longer available. Hopefully a fix will come from someone soon. Slightly off-topic: The Bluetooth capturing devices don't; seem to

Re: [tcpdump-workers] how to merge pcap files?

2008-11-12 Thread Tyson Key
Hi, you can use the mergecap utility supplied with Wireshark. Hope that helps. Tyson On 11/12/08, hossein talebi <[EMAIL PROTECTED]> wrote: > Hi > how to merge pcap files saved by -w option? > > -- > Talebi Mazraeh Shahi Hossein > - > This is the tcpdump-workers list. > Visit https://cod.sandelma

Re: [tcpdump-workers] [Patch/Workaround?] pcap-usb-linux.c

2008-10-30 Thread Tyson Key
Jean-Louis <[EMAIL PROTECTED]> wrote: > Jean-Louis ha scritto: > >> Tyson Key ha scritto: >> >>> Hi Jean-Louis, just applied the patches and it compiles and installs >>> successfully. >>> Still looks like certain packets are being truncated (mostly &

Re: [tcpdump-workers] [Patch/Workaround?] pcap-usb-linux.c

2008-10-30 Thread Tyson Key
Hi Jean-Louis, just applied the patches and it compiles and installs successfully. Still looks like certain packets are being truncated (mostly URB_ISOCHRONOUS ones from what I can tell). Thanks. On Thu, Oct 30, 2008 at 4:33 PM, Jean-Louis <[EMAIL PROTECTED]> wrote: > Tyson Key h

Re: [tcpdump-workers] tcpdump 4.0.0 + libpcap 1.0.0 Released

2008-10-30 Thread Tyson Key
Oct 30, 2008 at 12:27 AM, Guy Harris <[EMAIL PROTECTED]> wrote: > > On Oct 29, 2008, at 1:16 PM, Tyson Key wrote: > > Also, is it considered normal for Linux 2.6.25 and above (or libpcap, >> although I'm not sure exactly what to blame) to truncate large numbers of >

Re: [tcpdump-workers] [Patch/Workaround?] pcap-usb-linux.c

2008-10-30 Thread Tyson Key
Hi Jean-Louis, does libpcap compile with the supplied patch for you? It applied cleanly here, although I can't complete the ./configure phase (the error produced is below): ./pcap-usb-linux.c: In function 'usb_read_linux_mmap': ./pcap-usb-linux.c:708: error: 'clen' undeclared (first use in this fun

Re: [tcpdump-workers] tcpdump 4.0.0 + libpcap 1.0.0 Released

2008-10-30 Thread Tyson Key
Bad form to reply to my own mail, I know, although the output of "tcpdump -V" is as follows if it helps: tcpdump version 3.9-PRE-CVS_2008_10_27 libpcap version 0.9-PRE-CVS Thanks. On Thu, Oct 30, 2008 at 12:33 PM, Tyson Key <[EMAIL PROTECTED]> wrote: > Hi again, Guy. I'

Re: [tcpdump-workers] tcpdump 4.0.0 + libpcap 1.0.0 Released

2008-10-29 Thread Tyson Key
hashed to death on the list in the past, though). Thanks. On Wed, Oct 29, 2008 at 6:58 PM, Guy Harris <[EMAIL PROTECTED]> wrote: > > On Oct 29, 2008, at 10:48 AM, Tyson Key wrote: > > It seems to work fine now, although I could probably do with automatically >> setting

Re: [tcpdump-workers] tcpdump 4.0.0 + libpcap 1.0.0 Released

2008-10-29 Thread Tyson Key
PROTECTED]> wrote: > > On Oct 28, 2008, at 2:05 PM, Tyson Key wrote: > > Hi, nice to see a shiny new release of libpcap and tcpdump so soon. >> Out of interest, is the "tcpdump: unsupported data link type USB_LINUX" >> bug/issue resolved when trying to capture U

Re: [tcpdump-workers] tcpdump 4.0.0 + libpcap 1.0.0 Released

2008-10-28 Thread Tyson Key
Hi, nice to see a shiny new release of libpcap and tcpdump so soon. Out of interest, is the "tcpdump: unsupported data link type USB_LINUX" bug/issue resolved when trying to capture USB traffic on a Linux box? (I'm using Fedora 8 at present, with the CVS version of libpcap, although I'm about to tr