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

Interfaces! #36

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft

Interfaces! #36

wants to merge 27 commits into from

Conversation

kaelemc
Copy link
Collaborator

@kaelemc kaelemc commented Jan 29, 2025

  • Discover and display interfaces in the TreeView.
  • Packet capture via Wireshark stdin pipe.
  • Packet capture via edgeshark packetflix:// protocol handler.
  • Capture and impairments in context menu, capture button inline w/ interface treeview item.

Still a W.I.P

src/commands/capture.ts Outdated Show resolved Hide resolved
@asadarafat
Copy link
Contributor

@kaelemc putting the comment for record.
Regarding Packet Capture, for SRL device since the IP addess bound to SubInterface, so to get meaningful packet trace we need to capture the SubInterface, however the challange is Containerlab only expose the Interface NOT SubInterface. So to some gymnastics need to be done to get SubInterface list.

I believe the following reference would explain better,

@kaelemc
Copy link
Collaborator Author

kaelemc commented Feb 2, 2025

Rebased from main.

This was linked to issues Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link impairments Container packet capture
3 participants