Ask Your Question

PaavoV's profile - activity

2022-01-09 20:58:40 +0000 marked best answer Get UDP payload live for all ports

Hello, I'm trying to live capture all UDP packets payloads however it seems to be working only for non-standard ports while it doesnt show any payload for the well-know ones:

tshark -n -f "udp" -T fields -e ip.src -e udp.dstport -e data

Example output:

Capturing on 'eth0'

185.31.x.x 600 746573740a

185.31.x.x 500 746573740a

185.31.x.x 53

185.31.x.x 389

185.31.x.x 123

-n option is not helping. Any idea?

Thank you!

2022-01-09 20:58:40 +0000 received badge  Scholar (source)
2022-01-09 20:39:12 +0000 commented answer Get UDP payload live for all ports

Actually i saw around it is not possible to select disabled protocols by CLI options therefore a file under $HOME/.wires

2022-01-09 18:30:49 +0000 received badge  Editor
2022-01-09 18:30:49 +0000 edited answer Get UDP payload live for all ports

Actually i'm on CLI only, any way to do it by the command itself? And also i need it live and not from dumped traffic.

2022-01-09 18:30:08 +0000 received badge  Rapid Responder
2022-01-09 18:30:08 +0000 answered a question Get UDP payload live for all ports

Actually i'm on CLI only, any way to do it by the command itself?

2022-01-09 16:19:41 +0000 asked a question Get UDP payload live for all ports

Get UDP payload live for all ports Hello, I'm trying to live capture all UDP packets payloads however it seems to be wor