I am currently desperately looking for a possibility to parse tcpdump network dump files (tcpdump -w ) inside my android app. I really just need the parsing stuff - no sniffing.
Does anyone knows a proper library or something else to parse such dumps. I can even adjust the output of tcpdump - just need to parse that output.
Thank you very much !
Greets
Btw: What I actually want to do is, to identify special strings in the traffic. So just knowing about source, destination, port, ... is not enough.