Process traffic capture from remote device: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 81: Line 81:
'''Alternative tools'''
'''Alternative tools'''


The *Allegro Network Multimeter* also accepts plain pcap files on the
 
The Allegro Network Multimeter also accepts plain pcap files on the
configured port. That means it is possible to stream files to the
configured port. That means it is possible to stream files to the
device or use tcpdump with additional filters.
device or use tcpdump with additional filters.
Line 90: Line 91:




{| class="wikitable"
  |  cat trace.pcap | netcat allegro-mm-abcd 1234
|}


  .. code-block:: none


  cat trace.pcap | netcat allegro-mm-abcd 1234


2. Live-capture via tcpdump:
2. Live-capture via tcpdump:


  .. code-block:: shell


  sudo tcpdump -i eth0 -s 0 -U -w /dev/stdout | netcat allegro-mm-abcd 1234
{| class="wikitable"
sudo tcpdump -i eth0 -s 0 -U -w /dev/stdout | netcat allegro-mm-abcd 1234
|}
1,775

edits

Navigation menu