aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/traffic_scripts/PacketVerifier.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-10FIX: Pylint reducepmikus1-0/+1
2021-01-12License: Wrap GPL block to 80 charactersVratko Polak1-2/+3
2020-12-03vpp-device: GENEVE tunnel test, l3 modeJan Gelety1-2/+3
2020-12-08Revert "vpp-device: GENEVE tunnel test, l3 mode"Peter Mikus1-3/+2
2020-12-03vpp-device: GENEVE tunnel test, l3 modeJan Gelety1-2/+3
2020-11-12Switch licenses in GPL directoryVratko Polak1-3/+12
2020-10-16GPL: Replace contribution from LucianVratko Polak1-12/+19
2020-09-03FIX: use correct minimal packet length in scapy scriptsJan Gelety1-5/+9
2020-05-06Separate files needing GPL licenseVratko Polak1-0/+344
/span>( JSONCPP_INCLUDE_PREFIX NAMES json.h PATH_SUFFIXES jsoncpp/json json ) if (${JSONCPP_INCLUDE_PREFIX} MATCHES "jsoncpp") set(JSONCPP_INCLUDE_PREFIX "jsoncpp/json") else() set(JSONCPP_INCLUDE_PREFIX "json") endif() # handle the QUIETLY and REQUIRED arguments and set JSONCPP_FOUND to TRUE # if all listed variables are TRUE, hide their existence from configuration view include(FindPackageHandleStandardArgs) find_package_handle_standard_args(jsoncpp DEFAULT_MSG JSONCPP_INCLUDE_DIR JSONCPP_LIBRARY) mark_as_advanced (JSONCPP_INCLUDE_DIR JSONCPP_LIBRARY)