1

How to Sniff Symbian OS(S60 platform) Nokia Phone Network Connections? I need to see the network traffic of my Nokia Phone...

Mustafa
  • 11
  • 2

2 Answers2

0

If you are wanting to sniff IP traffic, there is an API to do that - IPHook. However, its not simple, poorly documented and requires capabilities which may require the blessing of a handset manufacturer (since its an obvious security hole!).

See discussion on deploying IPHook

What exactly are you trying to achieve?

KevinD
  • 1,769
  • 10
  • 25
  • Actually, I do not want to do some coding. I just need an application like Ethereal or Microsoft Network Monitor to sniff (Nokia N80 with Symbian S60 OS)a phone network traffic(GPRS data flow, 3G data flow, WAP data flow). – Mustafa Jan 05 '10 at 22:26
  • There isn't one freely available that I know of. – KevinD Jan 06 '10 at 13:43
0

I don't sure if it is possible, but, maybe you can connect your handset through wifi and sniff its traffic on PC (only if this device has wifi).

Pavel Alexeev
  • 6,026
  • 4
  • 43
  • 51