I want to make a simple packet sniffer program on android does not have to be fancy... if someone can link me to a tutorial or show me a sample code that I can build upon I will be grateful
Thank you for your input, I actually am already programming in android lol but I am trying to skip ahead a bit (well alot) as I have about 6 months to learn how to make a packet sniffer and then handle the packets and add extra functionality ontop of that ... I need to make a java version or aireplay-ng for example... going to be a long road and I dont want to cheat but I will study other peoples code and then build my own from it..
I've got a proposal for you. Build a pcap reader instead. Shark makes a good packet sniffer, but Shark Reader is absolutely worthless for viewing those files. I end up pulling the logs off my phone and using Wireshark on my computer.
Edit: Sounds like you HAVE to make a sniffer? For school or work or something? Well, either way, make me a pcap reader too.