index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-1
/
+1
*
cmake: fix up generation of libpcap.pc and pcap-config.
Guy Harris
2022-09-29
3
-2
/
+13
*
autoconf, cmake: fix generated pcap-config and libpcap.pc.
Guy Harris
2022-09-27
3
-1
/
+13
*
Finddpdk: don't do stuff requiring 3.19 or later on earlier CMakes.
Guy Harris
2022-04-06
1
-22
/
+57
*
Allow the path in which DPDK is installed to be specified.
Guy Harris
2022-03-24
1
-2
/
+11
*
configure, cmake: only check for DPDK using pkg-config.
Guy Harris
2022-03-23
1
-77
/
+18
*
CMake: change most PACKET to Packet.
Guy Harris
2022-03-02
1
-12
/
+12
*
CMake: change most AIRPCAP to AirPcap.
Guy Harris
2022-03-02
1
-12
/
+12
*
Remove trailing spaces/tabs
Francois-Xavier Le Bail
2021-11-30
1
-1
/
+1
*
cmake: fix Finddpkd comparison between strings
Clément Péron
2021-05-30
1
-1
/
+1
*
CMake: fix typo
Clément Péron
2021-05-28
1
-1
/
+1
*
Look for correct Packet.lib on AMD64 (next Npcap SDK will include this)
Daniel Miller
2021-05-21
1
-2
/
+20
*
Use pkg-config to find libnl-3.0 if we can.
Guy Harris
2020-05-19
1
-1
/
+0
*
cmake: trust pkg-config if it finds libdpdk.
Guy Harris
2020-05-19
1
-43
/
+50
*
Support AirPcap devices with a pcap module.
Guy Harris
2020-05-07
1
-0
/
+69
*
CMAKE_C_LIBRARY_ARCHITECTURE
B. Scott Michel
2020-01-12
1
-0
/
+6
*
Oops, how did that @ get in there?
Guy Harris
2019-10-28
1
-1
/
+1
*
Use Packet_ROOT to specify the Npcap or WinPcap SDK root directory.
Guy Harris
2019-10-28
1
-8
/
+5
*
Make CMake work for an installed DPDK on Ubuntu.
Anders Broman
2019-01-09
1
-0
/
+117
*
Revert "But that didn't work with CMake 3.9.1 and VS 2015."
Guy Harris
2018-09-13
1
-10
/
+3
*
But that didn't work with CMake 3.9.1 and VS 2015.
Guy Harris
2018-09-13
1
-3
/
+10
*
Get rid of another debugging message.
Guy Harris
2018-09-13
1
-1
/
+0
*
CMAKE_LIBRARY_ARCHITECTURE appears to be the way to set "64-bit libraries".
Guy Harris
2018-09-13
1
-5
/
+9
*
See if *this* forces it to look in {Lib,lib}/x64 first.
Guy Harris
2018-09-13
1
-0
/
+1
*
So will it find packet.dll with *no* path suffixes?
Guy Harris
2018-09-13
1
-1
/
+1
*
More debugging output.
Guy Harris
2018-09-13
1
-0
/
+2
*
Debugging message.
Guy Harris
2018-09-13
1
-0
/
+1
*
Remove FindPthreads-w32.cmake from the release.
Guy Harris
2018-07-10
1
-152
/
+0
*
Note why we assume we have libdagconf if we have libdag.
Guy Harris
2018-05-16
1
-1
/
+6
*
Add cmake support for libdagconf dependency
sfd
2018-05-09
1
-1
/
+4
*
Just try to find Packt32.h and [Pp]acket.dll.
Guy Harris
2018-01-29
1
-34
/
+9
*
Set XXX_INCLUDE_DIRS and XXX_LIBRARIES in find modules.
Guy Harris
2018-01-23
4
-0
/
+12
*
Avoid using the library's full path on the linker command-line
Ali Abdulkadir
2017-11-22
1
-6
/
+29
*
Changed the modules components to adhere to some "best practices"...
Ali Abdulkadir
2017-11-22
1
-21
/
+16
*
Put the find modules into a Modules subdirectory of the cmake directory.
Guy Harris
2017-10-05
7
-0
/
+0
*
Use find modules for Myricom SNF and Riverbed TurboCap.
Guy Harris
2017-10-05
3
-1
/
+43
*
Merge branch 'master' of https://github.com/the-tcpdump-group/libpcap into rp...
Ali Abdulkadir
2017-10-05
1
-0
/
+21
|
\
|
*
Check for the DAG include files and library CMake-style.
Guy Harris
2017-10-03
1
-0
/
+21
*
|
Added costum FindPthreads-w32.cmake module to help find Pthreads-w32
Ali Abdulkadir
2017-10-01
1
-0
/
+152
|
/
*
Add pcap_dump_ftell64().
Guy Harris
2017-09-29
1
-0
/
+85
*
Get rid of obsolete comment line.
Ali Abdulkadir
2017-09-27
1
-1
/
+0
*
Use CMAKE_SIZEOF_VOID_P to determine the target architecture.
Ali Abdulkadir
2017-09-26
1
-1
/
+1
*
Move have_siocglifconf.c to the cmake directory.
Guy Harris
2017-09-15
1
-0
/
+6
*
Some more cosmetic fixes for FindPacket.cmake
Ali Abdulkadir
2017-09-15
1
-5
/
+3
*
Fixed indentation in FindPacket.cmake
Ali Abdulkadir
2017-09-15
1
-1
/
+1
*
Created a FindPacket.cmake module to deal with Packet.lib ins and outs
Ali Abdulkadir
2017-09-14
1
-0
/
+88
*
Get rid of unused cmake/preconfigure.cmake.
Guy Harris
2017-09-10
1
-55
/
+0
*
Use cmake_push_check_state() and cmake_pop_check_state().
Guy Harris
2017-09-10
1
-0
/
+5
*
Another C++ check that can just be a C check.
Guy Harris
2017-09-10
1
-1
/
+1
*
No need to treat the test program for off_t as C++.
Guy Harris
2017-09-10
1
-2
/
+2
[next]