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

Netmask function #99

Merged
merged 3 commits into from
Jan 31, 2022
Merged

Netmask function #99

merged 3 commits into from
Jan 31, 2022

Commits on Jan 25, 2022

  1. Adding Netmask function. Usage "netmask (<address_field>[, <IPv4-mask…

    …-length>[, <IPv6-mask-length>]])"
    kdrenard committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    4be804d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d847c97 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. LINUX_SLL, netmask(), ether types

    - Add support for Pcap's LINUX_SLL link layer
    - `packet_handler`: Clean up header parsing, size checks etc
    - Fix up `netmask()` code and documentation
    - Remove own defines of ether/proto types and don't overlap `struct in6_addr`
    jelu committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ae211e6 View commit details
    Browse the repository at this point in the history