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

Feature Request - Filter local addresses #261

Open
hulleyrob opened this issue Nov 19, 2022 · 1 comment
Open

Feature Request - Filter local addresses #261

hulleyrob opened this issue Nov 19, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hulleyrob
Copy link

For example if running "bandwhich -atn" be able to filter for and without private IP ranges.

This would be useful when trying to track traffic locally or indeed just non local traffic.

Thanks
Rob

@Rushmore75
Copy link

Rushmore75 commented Feb 7, 2023

you could always use something like:

sudo bandwhich --raw | grep 192.168

to print all local addresses, or use the -v flag to invert the search with grep.

Obv this doesn't support the -t flag from bandwhich at that point. But it can work for now, Ill look into implementing some sort of --filter flag (I was also looking for this earlier)

@cyqsimon cyqsimon added the enhancement New feature or request label Aug 25, 2023
@cyqsimon cyqsimon self-assigned this Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants