Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback when starting capture to builtin Ethernet switch #2743

Closed
cristian-ciobanu opened this issue Mar 22, 2019 · 1 comment
Closed

Traceback when starting capture to builtin Ethernet switch #2743

cristian-ciobanu opened this issue Mar 22, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@cristian-ciobanu
Copy link

cristian-ciobanu commented Mar 22, 2019

Before you start

Describe the bug
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/gns3server/web/route.py", line 196, in control_schema
await func(request, response)
File "/usr/lib/python3.7/site-packages/gns3server/handlers/api/compute/ethernet_switch_handler.py", line 341, in stream_pcap_file
await node.stream_pcap_file(nio, node.project.id, request, response)
AttributeError: 'EthernetSwitch' object has no attribute 'stream_pcap_file'

GNS3 version and operating system (please complete the following information):

  • OS: [Linux]
  • GNS3 version [2.2.0 a2]
  • Local GNS3 server (Wireshark 3.0.0)

To Reproduce
Steps to reproduce the behavior:

  1. Start any node connected to an Ethernet switch (Dynamips)
  2. Right click and select 'Start capture' on the link between these 2 nodes.
  3. The above traceback is shown
  4. No capture is visible in Wireshark.
  5. Tested capture between other Qemu nodes and it works fine.

Screenshots or videos
N/A

Additional context
Upgraded recently to Wireshark 3.0.0

@grossmj grossmj self-assigned this Mar 23, 2019
@grossmj grossmj added this to the 2.2 milestone Mar 23, 2019
@grossmj
Copy link
Member

grossmj commented Mar 25, 2019

Fixed. Thanks 👍

@grossmj grossmj closed this as completed Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants