https://github.com/webcpu/packetloggingassistant
https://github.com/webcpu/packetloggingassistant
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webcpu/packetloggingassistant
- Owner: webcpu
- License: mit
- Created: 2013-08-04T12:49:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-05T08:22:53.000Z (almost 12 years ago)
- Last Synced: 2025-01-12T19:35:53.649Z (4 months ago)
- Language: Objective-C
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Packet Logging Assistant
======================iOS does not support packet logging directly. With Packet Logging Assistant, you can use Wireshark to log cellular network/Wi-Fi network packets from an iOS device.
You can log all of packets even network handover occurs, for instance, network switches from 3G to Wi-Fi or Wi-Fi to 3G.Download Packet Logging Assistant for OS X 10.8 and later
[PacketLoggingAssistant.dmg](http://www.unchartedworks.com/download/PacketLoggingAssistant-OSX-intel-64-bit.dmg)
###Important
If you haven’t installed Xcode, please install Xcode.
It requires OS X 10.8 or later.
I strongly suggest you to install the latest Wireshark, the old Wireshark can’t always display network interface list correctly.[http://www.wireshark.org/download.html](http://www.wireshark.org/download.html)
###How to use it?
**1. Start Packet Logging Assistant**

**2. Connect your iPhone to your Mac**
**3. Start Wireshark and select the network interface rvi0.**
(it depends on how many iOS devices connected to your Mac)

If you can’t see rvi0, you can try to disconnect your iOS device and connect it again.
If you have multiple devices, you might see rvi0, rvi1, rvi2 …, just select the device you want to log packets.**4. Click Start button of Wireshark to log packets**

###License
MIT. See LICENSE file.