# Basics on How to Read a Packet Capture File

1. The [Monogoto hub](https://hub.monogoto.io) allows you to enable a packet capture of the user-plane data from your device. This feature must be manually enabled—please refer to this [document ](https://docs.monogoto.io/hub/captures)for instructions on how to activate the capture and this [document ](https://docs.monogoto.io/hub/faq/how-to-create-a-capture-pcap-file-for-a-sim)to download the PCAP.
2. Packet captures are a valuable troubleshooting tool when your device is connected to the cellular network but not communicating with your server.
3. To analyze the packet capture, you will need to download Wireshark, a widely used network protocol analyzer. Wireshark allows you to inspect network traffic, analyze communication patterns, and diagnose connectivity issues. You can download it from[ Wireshark’s official website](https://www.wireshark.org/).
4. When you open the packet capture in Wireshark, you will see key details such as:

* Packet number
* Timestamp
* Source IP address (device IP)
* Destination IP address (server IP)
* Protocols in use (e.g., TCP, UDP, HTTP, MQTT)
* Packet size&#x20;
* Detailed communication logs

<figure><img src="https://3922449203-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0mPxGpottOEfcucXOR%2Fuploads%2FxCJggyVum9lxRJ4YWjWA%2Fimage.png?alt=media&#x26;token=7b5b5388-9290-4abe-919b-79adb56988dd" alt=""><figcaption></figcaption></figure>

5. Each Monogoto SIM has a private IP address starting with 10.xxx.xxx.xxx. You can find this on the Things page in the [Monogoto hub](https://hub.monogoto.io).

<figure><img src="https://3922449203-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0mPxGpottOEfcucXOR%2Fuploads%2FqVJ7doC0GNQSA7F5fHuK%2Fimage.png?alt=media&#x26;token=629f590b-1288-4115-a042-1e0bd4dc5fba" alt=""><figcaption></figcaption></figure>

6. To troubleshoot connectivity, it’s important to:

* Identify the IP address of your server
* Confirm the protocols used by your IoT application

7. With the packet capture, you can verify if two-way communication between your device and server is successful. For a reference on common IoT communication protocols, please see document.
8. In the screenshot below, you can see successful two-way TCP communication between the Monogoto SIM’s private IP (10.xxx.xxx.xxx) and the server (3.120.xxx.xxx).

<figure><img src="https://3922449203-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0mPxGpottOEfcucXOR%2Fuploads%2F9yrZV7WvTOdnvMxqyaDW%2Fimage.png?alt=media&#x26;token=33571226-c260-4ce8-8542-b6bebe885431" alt=""><figcaption></figcaption></figure>

9. If you need help interpreting the packet capture, please reach out to the Monogoto Support team, and we will be happy to assist.&#x20;

\
\ <br>
