alternative for libwireshark.lib in 64 bit
epan\libwireshark.lib is not present in the 64 bit version of Wireshark , I am trying to convert my plugin to 64bit from 32 bit which is dependent on this library. Is there any alternative file for this library for 64 bit? If so then what and if not then what shall I do? when I am trying to run makefile I am geting this error don't know how to make '....\epan\libwireshark.lib' Kindly help!
The Wireshark build infrastructure (CMake) is set up so that the build bitness is (mostly) hidden from code, it sounds as though you're doing something wrong.
What version of Wireshark are you building and on what platform?
I am currently using wireshark 3.0.1 on windows 10 platform. Not able to remove #don't know how to make ..epan/libwireshark.lib error