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

pcap-linux: Obtain VLAN TPID from the kernel when available #346

Merged
merged 2 commits into from Feb 15, 2015

Commits on Mar 25, 2014

  1. pcap-linux: Obtain VLAN TPID from the kernel when available

    The VLAN TPID was hardcoded in pcap-linux.c but recent Linux kernel
    supports 802.1ad Q-in-Q.
    Since Linux 3.14, kernel gives the TPID value to the userspace when
    available.
    atzm committed Mar 25, 2014
    Configuration menu
    Copy the full SHA
    235734c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. pcap-linux: Fix the VLAN TPID handling for the readability

    Unify the VLAN TPID selection logic into a helper macro VLAN_TPID().
    atzm committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    84c1a33 View commit details
    Browse the repository at this point in the history