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

2.0: IOU capture on serial line uses wrong ethernet encapsulation #1886

Closed
ghost opened this issue Feb 23, 2017 · 3 comments
Closed

2.0: IOU capture on serial line uses wrong ethernet encapsulation #1886

ghost opened this issue Feb 23, 2017 · 3 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Feb 23, 2017

GNS3 version 2.0.0dev9 on Darwin (64-bit) with Python 3.5.2 Qt 5.7.0 and PyQt 5.7.

Capturing traffic on a serial link works fine on IOS (local and remote), but on IOU it captures always with encapsulation ethernet. Therefore it's not really useful.

Here an example of a capture:
wireshark_bad_encap

When I manually change the encapsulation (editcap -T chdlc input_file output_file) I get a correct display
wireshark_chdlc

You can see, that the data is identical, the capture is working fine. But the encapsulation is incorrectly set in the original capture file header to ethernet instead of the serial encapsulation (cisco hdlc in my example).

@julien-duponchelle julien-duponchelle added this to the 2.0 milestone Feb 23, 2017
@julien-duponchelle
Copy link
Contributor

Can you provide the logs using Export Debug Informations. It's supposed to work.
I fixed it in the past:
#1799

Your IOU run in the GNS3 VM or it's a Linux Box?

@ghost
Copy link
Author

ghost commented Feb 23, 2017

I've retested with the official GNS3Beta4 image and the GNS3VM, both freshly installed and I have also this problem.

I've enabled debug both locally and in the GNS3VM.
capture_iou.zip
gns3_vm.log.txt

julien-duponchelle added a commit to GNS3/gns3-server that referenced this issue Feb 24, 2017
@julien-duponchelle
Copy link
Contributor

Ok thanks i discover I missed a case

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

1 participant