You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Max Lv 8cb4f81eba Add HTTP/TLS obfuscating. [SIP001] (#1009) 8 years ago
..
bdd Polish code 8 years ago
include/ipset add libipset 10 years ago
map refine buffer handling 10 years ago
set Remove static_assert for clang 8 years ago
LICENSE.txt add licenses for libipset and libcork 10 years ago
Makefile.am Add HTTP/SNI parser (#809) 8 years ago
Makefile.in Add HTTP/TLS obfuscating. [SIP001] (#1009) 8 years ago
README.markdown add licenses for libipset and libcork 10 years ago
general.c add libipset 10 years ago

README.markdown

ipset

The ipset library provides C data types for storing sets of IP addresses, and maps of IP addresses to integers. It supports both IPv4 and IPv6 addresses. It's implemented using Binary Decision Diagrams (BDDs), which (we hypothesize) makes it space efficient for large sets.

Please see the INSTALL file for installation instructions.