Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2018 13:13:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225050] net-mgmt/aircrack-ng fails with use of undeclared identifier.....
Message-ID:  <bug-225050-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225050

            Bug ID: 225050
           Summary: net-mgmt/aircrack-ng fails with use of undeclared
                    identifier.....
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lme@FreeBSD.org
          Reporter: w.schwarzenfeld@utanet.at
             Flags: maintainer-feedback?(lme@FreeBSD.org)
          Assignee: lme@FreeBSD.org

aircrack-ng fails with
file.c:77:7: error: use of undeclared identifier 'LINKTYPE_IEEE802_11'
        case LINKTYPE_IEEE802_11:
             ^
file.c:81:7: error: use of undeclared identifier 'LINKTYPE_RADIOTAP_HDR'
        case LINKTYPE_RADIOTAP_HDR:
             ^
file.c:98:7: error: use of undeclared identifier 'LINKTYPE_PRISM_HEADER'
        case LINKTYPE_PRISM_HEADER:
             ^
file.c:107:7: error: use of undeclared identifier 'LINKTYPE_PPI_HDR'
        case LINKTYPE_PPI_HDR:
             ^
file.c:116:7: error: use of undeclared identifier 'LINKTYPE_ETHERNET'
        case LINKTYPE_ETHERNET:
             ^
file.c:249:19: error: use of undeclared identifier 'TCPDUMP_MAGIC'
        if (pfh.magic !=3D TCPDUMP_MAGIC)
                         ^
6 errors generated.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225050-13>