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

Handle disconnected interfaces (and periodically attempt to re-connect) #191

Merged
merged 4 commits into from
Sep 29, 2020
Merged

Handle disconnected interfaces (and periodically attempt to re-connect) #191

merged 4 commits into from
Sep 29, 2020

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    2bb4670 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Attempt to Re-establish interface channels after disconnect

    Sniffer::next() now returns an io::Result so the thread in main can determine between no packets & a sniffing error
    - Matching on EtherType to remove duplicate code determining IP Version
    
    Added Sniffer::reset_channel to allow main to poll a previously connected interface
    thepacketgeek committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    f0064ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    022f394 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    b9f4ef6 View commit details
    Browse the repository at this point in the history