1,775
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
==== Recently captured ==== | ==== Recently captured ==== | ||
This list shows the most recently performed captures for the current user. The most recent capture is displayed on the top. Next to each capture there is a button to permanently save this capture as a favorite as well as a button to simply start this capture again. The button | This list shows the most recently performed captures for the current user. The most recent capture is displayed on the top. Next to each capture there is a button to permanently save this capture as a favorite as well as a button to simply start this capture again. The button '''Delete list of recent captures''' will delete all entries from this list. | ||
==== Favourites ==== | ==== Favourites ==== | ||
This list shows favourite capture expressions. A capture can be marked as a favorite either in the capture dialog by clicking on the star button in the top right corner or by marking it as a favorite in the | This list shows favourite capture expressions. A capture can be marked as a favorite either in the capture dialog by clicking on the star button in the top right corner or by marking it as a favorite in the '''Recently captured''' list. A description can be given and will be displayed in this list. For each favorite capture a PCAP button is available to simply start this capture again. The '''Remove favorites''' button allows for cleaning the list. macProtocol | ||
==== Simple capture ==== | ==== Simple capture ==== | ||
The second section of the capture page allow to select some fields to filter network traffic for. By default, only the IP field is visible, the other fields can be enabled by clicking on the corresponding toggle switch. Each line allows to enter a filter criterion for the corresponding network traffic element. To start the capture with the entered filter criteria just click at the | The second section of the capture page allow to select some fields to filter network traffic for. By default, only the IP field is visible, the other fields can be enabled by clicking on the corresponding toggle switch. Each line allows to enter a filter criterion for the corresponding network traffic element. To start the capture with the entered filter criteria just click at the '''Start capture''' button. For reference, the expert filter expression is shown at the end of the section so it can be used to copy and paste | ||
the string into the expert filter section. | the string into the expert filter section. | ||
Line 248: | Line 248: | ||
''' – ERSPAN ''' | ''' – ERSPAN ''' | ||
:This mode will transmit the captured packets encapsulated in a GRE + ERSPAN header on the management interface to a given target IP address. On the target system the traffic can be selectively captured using the filter | :This mode will transmit the captured packets encapsulated in a GRE + ERSPAN header on the management interface to a given target IP address. On the target system the traffic can be selectively captured using the filter '''ip proto 0x2f''' when using an application like Wireshark or tcpdump. | ||
Line 291: | Line 291: | ||
'''– Omit interface ID:''' Enabling this option will generate a PCAP file that only contains a single interface and treats all packets as if they arrived on that interface. This may improve compatibility with third party software that cannot handle PCAPs with multiple interfaces IDs. | '''– Omit interface ID:''' Enabling this option will generate a PCAP file that only contains a single interface and treats all packets as if they arrived on that interface. This may improve compatibility with third party software that cannot handle PCAPs with multiple interfaces IDs. | ||
After pushing the | After pushing the '''Start capture''' button, the capture starts. | ||
Line 301: | Line 301: | ||
==== Capture URL ==== | ==== Capture URL ==== | ||
It is possible to use an external tool like | It is possible to use an external tool like '''curl''' for creating and storing a PCAP. | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- |
edits