# Network Packets

### Tcpdump

Tcpdump is a common packet analyzer that runs on most Unix-like operating systems. It allows users to capture and analyze network traffic in real time. tcpdump can be used to troubleshoot network issues, security concerns, and performance problems.

Tcpdump output can be piped into another program for further analysis. For example, the output of tcpdump can be piped into the Apica Ascent Platform

```
tcpdump | nc <apica ascent endpoint> 514/517
```

<figure><img src="/files/CzOJnTapGr4Ok7nHwgnI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3uUALz14d4I7sLInAd3o" alt=""><figcaption></figcaption></figure>


---

# 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.apica.io/integrations/list-of-integrations/network-packets.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.
