Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello,
I'm trying to create a little application that utilizes VPNService to sniff outgoing http traffic on android devices.
- the whole point of this application should be to scan if any application sends out sensitive data like email-addresses, phone IMEI etc.
- as it occurs to me it is only possible to send UDP packets via a DatagramChannel (which is bad as I want to 'simply' forward all traffic - as if no VPNService was present)
- is it true that I can't open 'normal' TCP-sockets as soon as a VPNService is started? (that's the reason I want to forward all packets via DatagramChannel)

- does anyone know a way around this problem?

thanks in advance!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900