# 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="/files/TXSr9i7Cnxw5bzz6qy44" 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="/files/X69VMAMc1GgRKafXGxP0" 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="/files/0w4n0VPNCFoenSz4nmeo" 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monogoto.io/hub/captures/basics-on-how-to-read-a-packet-capture-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
