androidsip

how to monitor sip packets on android phone/


I am new to android. I would like to monitor the sip packets that my application sends and receive. How to do that? I need some help.

My android phone is a Samsung. Appreciate!


Solution

  • Try using the following packet sniffers for android: (Note, you might need to root your phone for this to work)

    1. Packet Sniffer: https://sites.google.com/site/androidarts/packet-sniffer
    2. Andro shark: http://www.xda-developers.com/android/capture-network-traffic-with-andro-shark/

    Andro shark in particular can store the captures in a format that can be opened by Wireshark on the desktop.