inactive
1,775
edits
| No edit summary | No edit summary | ||
| Line 81: | Line 81: | ||
| '''Alternative tools''' | '''Alternative tools''' | ||
| 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 | |||
| |} | |||
| 2. Live-capture via tcpdump: | 2. Live-capture via tcpdump: | ||
| {| class="wikitable" | |||
|  sudo tcpdump -i eth0 -s 0 -U -w /dev/stdout | netcat allegro-mm-abcd 1234 | |||
| |} | |||