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

Eventresize #1

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Eventresize #1

wants to merge 19 commits into from

Conversation

remgodow
Copy link
Owner

No description provided.

zxlzy and others added 19 commits September 1, 2020 09:47
* fix panic when slice str

* copy code from diskonaut

* typo fix
* fix(formatting): improve accuracy

* style(format): line length

* fix(formatting): use mebi/gibi/tibi bytes

* style(format): fmt
…f#179)

* Replace termion backend with crossterm, which works on Windows as well.

* Remove tui default-features (termion), update unit tests for crossterm.

* Fix formatting.
* Add all supported options to man page

This also fixes an error in the man page: It previously listed -v as
flag for printing the program version, this should be -V instead.

* Add more information to the man page

This enhances the description of bandwhich and adds common chapters:
"Copyright", "See also" and "Bugs".
* Remove connections vector from OpenSockets, use common OpenSockets implementation based on sysinfo and netstat2.

* Replace termion backend with crossterm, which works on Windows as well.

* More fixes for windows build.

* Remove tui default-features (termion), update unit tests for crossterm.

* Windows compilation fixes.

* Remove unused get_open_sockets implementations for linux and mac. Fix formatting.

* Add build.rs for windows to download and extract Packet.lib from npcap SDK.

* Resolve Cargo.lock after merging main.

* fix(tests): adjust snapshots new location of the dns resolution

* style(clippy): clippy

* style(clippy): remove dead code

* style(clippy): use write_all in build.rs

* style(clippy): remove unused import added by Intellij

* style(review): use String instead of str

* fix(build): run build.rs only once

* fix(regression): skip iface_is_up() filter only for Windows

* fix(review): restore per os implementation of get_open_sockets()

* fix(cargo): add missing os specific packages

* fix: conditional compilation of windows module

* fix: compilation errors

* fix: missing Protocol::from_str() implementation

* style(clippy): remove unused methods

Co-authored-by: Aram Drevekenin <[email protected]>
…conf` crate (imsnif#184)

* Show the error cause if initializing a DNS resolver fails

* Manually bump `resolv-conf` to `master` at rev `83c0f25`

This fixes the parsing of `/etc/resolv.conf` with `options trust-ad`
which is e.g. used in `systemd-resolved-v246`[1].

Refs imsnif#166

[1] systemd/systemd@a742f98
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.

6 participants