Greetings fellow developers!
I'm a student taking Electrical Engineering specializing Computer
Engineering and am still learning a lot about Wireless and Programming.. I'm
working on my last project in University.
I now have to make a packet sniffer program which utilizes wireless
adapter in m
On 20/12/2011 16:36, Jaap Keuter wrote:
> Just for my information, is this the crux of your location independance?
>
> find_package(Wireshark)
> include_directories (${WIRESHARK_INCLUDE_DIRS})
>
Yes, the cmake/FindWireshark.cmake file (which is executed with the
find_package) locates the libwiresha
On 2011-12-19 16:37, Reinhold Kainhofer wrote:
> Although most
wireshark plugin tutorials tell you to develop
> your plugin inside the
wireshark source code,
> it it possible to develop a plugin in a
separate directory.
>
> I have created a simple template and a
corresponding
> makefile for c