I'm trying to work out some way of easily analysing packets on my N810.
I know there's tcpdump, but parsing it will not be fun.
I was thinking of using pycap but it seems to require compilation (at least if you take it from sourceforge) and that is something I don't believe will work - though I'm willing to try.
Has anyone ever ported this python package to Maemo? Or can you tell me how I can do that?
Thanks,
Tali
Hmm, I once developed a pcap format parser in Python for an appliance project. Maybe I can dig up the old code somewhere on my harddisks. It was purely Python and had no other dependencies, so it should work well on Maemo, too.
I know there's tcpdump, but parsing it will not be fun.
I was thinking of using pycap but it seems to require compilation (at least if you take it from sourceforge) and that is something I don't believe will work - though I'm willing to try.
Has anyone ever ported this python package to Maemo? Or can you tell me how I can do that?
Thanks,
Tali