Re: [tcpdump-workers] Libpcap on mobile Android platform

2010-02-06 Thread Mark Bednarczyk
ject: Re: [tcpdump-workers] Libpcap on mobile Android platform > > > >>>>> "Lee" == Lee Fisher writes: > >>> If no special build is required what is the minimum > Android SDK > >>> API > >> Again, not being an Android dev

Re: [tcpdump-workers] Libpcap on mobile Android platform

2010-02-06 Thread Michael Richardson
> "Lee" == Lee Fisher writes: >>> If no special build is required what is the minimum Android SDK >>> API >> Again, not being an Android developer, I don't know the answer to >> that question. Lee> The Android SDK is for Java-based DalvkVM bytecode code. The Lee> Andr

Re: [tcpdump-workers] Libpcap on mobile Android platform

2010-02-06 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > "Mark" == Mark Bednarczyk writes: Mark> I found a port of libpcap to Android ( Mark> Mark> http://github.com/android/platform_external_libpcap). Android So, I'm doing lots of An

Re: [tcpdump-workers] Libpcap on mobile Android platform

2010-02-05 Thread Lee Fisher
>> If no special build is required what is the minimum Android SDK API > > Again, not being an Android developer, I don't know the answer to > that question. The Android SDK is for Java-based DalvkVM bytecode code. The Android NDK, which came out months after the SDK, is for native C/C++ code, f

Re: [tcpdump-workers] Libpcap on mobile Android platform

2010-02-05 Thread Guy Harris
On Feb 5, 2010, at 3:36 AM, Mark Bednarczyk wrote: > I found a port of libpcap to Android ( > > http://github.com/android/platform_external_libpcap). Android is linux > underneath but java as the main application API. I am trying to figure out

[tcpdump-workers] Libpcap on mobile Android platform

2010-02-05 Thread Mark Bednarczyk
I found a port of libpcap to Android ( http://github.com/android/platform_external_libpcap). Android is linux underneath but java as the main application API. I am trying to figure out if my java wrapper http://jnetpcap.com