You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Internals
Hi everybody!
Is it possible to create a 'tcpdump/libpcap'-similar tool on top of
Android? I couldn't find suitable stuff in the API, so I think this
needs creating a custom library. Any ideas?
Regards,
vibesz
fred
unread,
Aug 22, 2008, 6:13:32 AM8/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Internals
Should be possible to port tcpdump to android.
For example, I got hping2 working on android, you can have a look
at its "--listen" option (a few tweaks in the source code gives you a
complete sniffer).