Hey, I downloaded the wireshark source code and I was wondering if it's possible to link my own libpcap.a? asked 08 Mar '12, 12:08 Freaky |
One Answer:
You'd have to install your own libpcap.a (or libpcap shared library) and:
answered 08 Mar '12, 14:36 Guy Harris ♦♦ edited 21 May '16, 16:08 |
Thank you, but how do I configure Wireshark with the parameter? Is there a configuration file or do I add the parameter when I build/compile it?
That's a parameter for the configure step in the build.
And, in fact, I already said, in my answer, how to set that parameter:
"configure wireshark with..." means "run Wireshark's
configure
script with ... as an argument".