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 17: Line 17:


The [[System Info Page]] shows the current packet processing mode, indicating whether live traffic from local network interface is processed, live traffic from the TCP port, or a pcap file from the storage device is analyzed.
The [[System Info Page]] shows the current packet processing mode, indicating whether live traffic from local network interface is processed, live traffic from the TCP port, or a pcap file from the storage device is analyzed.


'''Web Interface'''
'''Web Interface'''
Line 30: Line 31:
'''Example uses'''
'''Example uses'''


The capturing tool can be downloaded from the "Remote packets" page in
The capturing tool can be downloaded from the "Remote packets" page in the "Generic" section. The tool allows to capture packets from any or an specific network device, and also to stream a file to the Allegro Network Manager:
the "Generic" section. The tool allows to capture packets from any or
 
an specific network device, and also to stream a file to the
Allegro Network Manager:


1. Processing a local pcap file:
1. Processing a local pcap file:
{| class="wikitable"
{| class="wikitable"
   | ./ap_capture_to_remote -f trace.pcap allegro-mm-abcd 8001
   | ./ap_capture_to_remote -f trace.pcap allegro-mm-abcd 8001
Line 42: Line 40:


   
   
2. Live-capture from eth0:
2. Live-capture from eth0:  
 
{| class="wikitable
{| class="wikitable
   | sudo ./ap_capture_to_remote -i eth0 allegro-mm-abcd 8001
   | sudo ./ap_capture_to_remote -i eth0 allegro-mm-abcd 8001
Line 59: Line 56:


3. Live-capture from all network devices:
3. Live-capture from all network devices:
{| class="wikitable"
{| class="wikitable"
   |  sudo ./ap_capture_to_remote allegro-mm-abcd 1234
   |  sudo ./ap_capture_to_remote allegro-mm-abcd 1234
Line 74: Line 70:


Example uses are:
Example uses are:


1. Processing a local pcap file:
1. Processing a local pcap file:
{| class="wikitable"
{| class="wikitable"
   |cat trace.pcap ‖ netcat allegro-mm-abcd 1234
   |cat trace.pcap ‖ netcat allegro-mm-abcd 1234
Line 85: Line 80:


2. Live-capture via tcpdump:
2. Live-capture via tcpdump:
{| class="wikitable"  
{| class="wikitable"  
| 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
1,775

edits

Navigation menu