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

Remove BlueZ dependence #417

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 15, 2015

  1. Remove BlueZ dependence

    Libpcap should not use BlueZ userspace headers, because it does not
    use BlueZ at all. It used only Linux kernel, but it does not
    provide userspace headers. For compatible reason we should use own copy
    of headers and try to dynamically detect Linux kernel version and use
    proper structures.
    MichalLabedzki committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    a129b75 View commit details
    Browse the repository at this point in the history
  2. Cleanup some Linux code

    Fix some compilator warnings, avoid one using malloc/free
    Also various white characters fixes.
    MichalLabedzki committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    136f9a2 View commit details
    Browse the repository at this point in the history