Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libpnet/libpnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: libpnet/libpnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.0
Choose a head ref
  • 18 commits
  • 15 files changed
  • 5 contributors

Commits on Jul 14, 2022

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

Commits on Sep 2, 2022

  1. dhcp: initial support

    (see #386)
    
    Signed-off-by: Martin André <martin.andre@tessares.net>
    Martichou committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    e93465c View commit details
    Browse the repository at this point in the history
  2. dhcp: change struct layout to match RFC 2131

    Signed-off-by: Martin André <martin.andre@tessares.net>
    Martichou committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    db655b4 View commit details
    Browse the repository at this point in the history
  3. sort mod alphabetically

    Signed-off-by: Martin André <martin.andre@tessares.net>
    Martichou committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    71bdd35 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Fix examples/arp_packet.rs

    Instead of returning the next received arp packet, wait for receiving arp packet from the target.
    palindrom615 authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    56baf65 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    2cb8acd View commit details
    Browse the repository at this point in the history
  2. Fix typo on payload method.

    landhb committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    54c3f13 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Merge pull request #578 from matteyeux/master

    Apply dependabot on all subfolders
    mrmonday authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    bfe4048 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #581 from Martichou/dhcp

    packet: add DHCP support
    mrmonday authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8a74b3b View commit details
    Browse the repository at this point in the history
  3. Upgrade dependencies

    mrmonday committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e8ba14b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #586 from palindrom615/patch-1

    Fix examples/arp_packet.rs
    mrmonday authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c9d7c1c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #599 from landhb/blanket_impls

    Add blanket impls of Packet for Box<T> and &T.
    mrmonday authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9a3a0ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60cab23 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #605 from libpnet/revert-599-blanket_impls

    Revert "Add blanket impls of Packet for Box<T> and &T."
    mrmonday authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4e9993c View commit details
    Browse the repository at this point in the history
  8. Fix datalink pcap backend

    mrmonday committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0ae7e8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3d6c11 View commit details
    Browse the repository at this point in the history
  10. Fix cargo doc warning

    mrmonday committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    77305b2 View commit details
    Browse the repository at this point in the history
  11. Release v0.33.0

    mrmonday committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b206925 View commit details
    Browse the repository at this point in the history
Loading