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

pcap4j on Apple M2 #316

Open
jstandard opened this issue Sep 26, 2024 · 0 comments
Open

pcap4j on Apple M2 #316

jstandard opened this issue Sep 26, 2024 · 0 comments

Comments

@jstandard
Copy link

While trying to get pcap4j working on my Apple M2, I noticed that pcap4j-core depended on an older version of jna:

+--- org.pcap4j:pcap4j-core:1.8.2
|    +--- net.java.dev.jna:jna:5.3.1

which only supported the Intel Core (X86). Once I over rode with the a newer version: net.java.dev.jna:jna:5.15.0, pcap4j started working on the Apple M2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant