# Listen UDP flows

**URL:** https://discourse.nodered.org/t/listen-udp-flows/35364
**Category:** General
**Created:** [5 November 2020 09:39 UTC](https://discourse.nodered.org/t/listen-udp-flows/35364 "2020-11-05T09:39:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rparada](https://avatars.discourse-cdn.com/v4/letter/r/73ab20/32.png) [@rparada](https://discourse.nodered.org/u/rparada)
#### Post date: [5 November 2020 09:39 UTC](https://discourse.nodered.org/t/listen-udp-flows/35364/1 "2020-11-05T09:39:28Z")

</div>

Hi,

I'm trying to read UDP dataframes (below snap from WS):

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/7/2/72ea2b8359577aa4480df3c9ed41c3e2544032f2.png)

The private IP is from the running VB instance and the public one, an external PC.

This is my flow:

`[{"id":"96e009b8.b4f988","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"5a9c52e7.691eb4","type":"udp in","z":"96e009b8.b4f988","name":"","iface":"","port":"445","ipv":"udp4","multicast":"false","group":"","datatype":"buffer","x":270,"y":220,"wires":[["f4d208fe.602ed8"]]},{"id":"941f2b66.6ff6e8","type":"debug","z":"96e009b8.b4f988","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":870,"y":580,"wires":[]},{"id":"f4d208fe.602ed8","type":"binary","z":"96e009b8.b4f988","name":"","property":"payload","pattern":"x32,l32f","x":730,"y":440,"wires":[["941f2b66.6ff6e8"]]}]`

How can I capture those dataframes?

Thanks!

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [5 November 2020 09:57 UTC](https://discourse.nodered.org/t/listen-udp-flows/35364/2 "2020-11-05T09:57:53Z")

</div>

Not quite clear what you are trying to do. You can use the udp nodes if you (node-red) are the target of the udp message - are you 192.168.1.55 ? Or if you are the external PC ?

If not then do you mean you want to try to sniff the packets between those boxes ? In which case maybe try node-red-contrib-pcap node for packet capture - but you may need a) root privileges to access the ports and b) teh adapter may need to be in promiscuous mode.

---

<div class="post-metadata">

### Author: ![rparada](https://avatars.discourse-cdn.com/v4/letter/r/73ab20/32.png) [@rparada](https://discourse.nodered.org/u/rparada)
#### Post date: [5 November 2020 10:24 UTC](https://discourse.nodered.org/t/listen-udp-flows/35364/3 "2020-11-05T10:24:09Z")

</div>

@dceejay, yes, the VB Ubuntu is 192.168.1.55, the one generating the UDP dataframes.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [4 January 2021 10:24 UTC](https://discourse.nodered.org/t/listen-udp-flows/35364/4 "2021-01-04T10:24:20Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
