inactive
1,775
edits
|  (Created page with "With the Allegro Network Multimeter it is possible to create a capture in PCAP format which can be opened in tools such as Wireshark.  <br> == ''' How can I get a PCAP of a ce...") | No edit summary | ||
| Line 60: | Line 60: | ||
| | [[File:Ap-mm-capture-storage.png|600px|thumb|right]] | | [[File:Ap-mm-capture-storage.png|600px|thumb|right]] | ||
| |} | |} | ||
| Line 100: | Line 98: | ||
| graphs about stored or filtered traffic are displayed. A filter can be applied | graphs about stored or filtered traffic are displayed. A filter can be applied | ||
| to control which packets are stored in the ring buffer. Check out the chapter | to control which packets are stored in the ring buffer. Check out the chapter | ||
| Packet ring buffer for more details. | |||
| {|   | {|   | ||
| |   | |   | ||
| Line 120: | Line 118: | ||
| [[File:Ap-mm-capture-choose-capture-settings-2.png|600px|thumb|right]] | [[File:Ap-mm-capture-choose-capture-settings-2.png|600px|thumb|right]] | ||
| |} | |} | ||
| Start and end time can be changed by using the date and time popup window when | Start and end time can be changed by using the date and time popup window when | ||
| Line 163: | Line 158: | ||
| |} | |} | ||
| This expression can be used and edited in the expert capture filter field. All | This expression can be used and edited in the expert capture filter field. All | ||
| filters can be combined with "and" / "&&" or "or" / "||". Parentheses may | filters can be combined with "and" / "&&" or "or" / "||". Parentheses may | ||
| Line 180: | Line 173: | ||
| Basically it is just typing: | Basically it is just typing: | ||
| {|  | |||
| | curl -k -u USER:PASSWORD 'https://allegro-mm-XXXX/API/data/modules/capture?expression=ip==10.1.2.3' > path_to/capture.pcap | |||
| |} | |||
| The user name, password and hostname have to be the same that are used to access | The user name, password and hostname have to be the same that are used to access | ||