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

feat: support Windows #17

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

Commits on Apr 5, 2021

  1. feat: make it working on Windows

    * capture packets from an interface
    * conditional compilation
    * fix overflow in get_time function
    nomyfan committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    ddbe3a2 View commit details
    Browse the repository at this point in the history
  2. ci: set cargo build features

    nomyfan committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    bb329cf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. feat: support selecting an interface and port

    both windows and unix are supported. on unix, default
    interface is `any`. default port is 53.
    nomyfan committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    4307ca2 View commit details
    Browse the repository at this point in the history