Process traffic capture from remote device: Difference between revisions

No edit summary
Line 47: Line 47:


In all examples, host and port number must be set according to the actual Allegro Network Multimeter device and the configured port number.
In all examples, host and port number must be set according to the actual Allegro Network Multimeter device and the configured port number.
{| class="wikitable"
|-
| [[File:Process traffic capture from remote device1.png|1000px|none]]
|}


=== Alternative tools ===
=== Alternative tools ===
Line 62: Line 67:
   
   
  sudo tcpdump -i eth0 -s 0 -U -w /dev/stdout | netcat allegro-mm-abcd 1234
  sudo tcpdump -i eth0 -s 0 -U -w /dev/stdout | netcat allegro-mm-abcd 1234
{| class="wikitable"
|-
| [[File:Process traffic capture from remote device1.png|1000px|none]]
|}
340

edits