| Commit message (Expand) | Author | Age | Files | Lines |
* | replaced g_queue_pop_tail() with g_queue_pop_head() in falgnfq-loop.cHEADmaster | Frank Lin | 2014-06-29 | 1 | -1/+1 |
* | In falgngfq-dump.c, a "sprintf" is removed and "fprintf" is replaced by "fputs" | Frank Lin | 2014-06-29 | 1 | -6/+4 |
* | remove function "getcwd" from falgnfq-dump.c | Frank Lin | 2014-06-29 | 1 | -3/+1 |
* | Use both source host and source port as hash key | Ting-Wei Lan | 2014-06-29 | 1 | -12/+91 |
* | Fix segmentation fault when not using TCP | Ting-Wei Lan | 2014-06-29 | 1 | -21/+30 |
* | Drop unused struct declaration from falgnfq-tcp.h | Ting-Wei Lan | 2014-06-28 | 1 | -3/+0 |
* | Update TCP packet processing framework and support sending SYN-ACK | Ting-Wei Lan | 2014-06-28 | 4 | -54/+314 |
* | Move all casting macros to falgnfq-private.h | Ting-Wei Lan | 2014-06-28 | 3 | -11/+11 |
* | Show package version and date in the program | Ting-Wei Lan | 2014-06-27 | 2 | -1/+6 |
* | Use git-version-gen from autoconf to generate version numbers | Ting-Wei Lan | 2014-06-27 | 5 | -2/+239 |
* | Ignore SIGPIPE and use sig_atomic_t instead of int in the signal handler | Ting-Wei Lan | 2014-06-25 | 2 | -2/+9 |
* | Fix possible memory leak | Ting-Wei Lan | 2014-06-25 | 1 | -0/+3 |
* | fix "==" and "&" precedency bug in falgnfq-dump.c | Frank_Lin | 2014-06-25 | 1 | -2/+2 |
* | Fix possible memory leak and NULL pointer dereference | Ting-Wei Lan | 2014-06-25 | 1 | -0/+7 |
* | Prepare for TCP support | Ting-Wei Lan | 2014-06-25 | 8 | -54/+420 |
* | Destination host IP address and port are also needed | Ting-Wei Lan | 2014-06-25 | 3 | -14/+80 |
* | LIBNETFILTER_IS_VERY_BUGGY -> LIBNETFILTER_QUEUE_IS_VERY_BUGGY | Ting-Wei Lan | 2014-06-21 | 1 | -7/+7 |
* | Use macro LIBNETFILTER_IS_VERY_BUGGY to choose workaround functions | Ting-Wei Lan | 2014-06-20 | 1 | -5/+21 |
* | Support debug level setting | Ting-Wei Lan | 2014-06-20 | 3 | -14/+27 |
* | Workaround wrong nfq_ip6_snprintf() in libnetfilter_queue | Ting-Wei Lan | 2014-06-20 | 1 | -10/+36 |
* | Add .gitignore | Ting-Wei Lan | 2014-06-20 | 1 | -0/+63 |
* | Show ICMP and ICMPv6 in debug message | Ting-Wei Lan | 2014-06-20 | 1 | -0/+2 |
* | Fix segmentation fault when packets have wrong transport layer protocol | Ting-Wei Lan | 2014-06-20 | 1 | -1/+7 |
* | Prevent using uninitialized variable | Ting-Wei Lan | 2014-06-20 | 1 | -0/+1 |
* | Use explicit type conversion to suppress compiler warnings | Ting-Wei Lan | 2014-06-20 | 2 | -11/+12 |
* | Fix wrong argument type for queue_num | Ting-Wei Lan | 2014-06-20 | 1 | -1/+1 |
* | Drop all trailing tabs | Ting-Wei Lan | 2014-06-19 | 1 | -5/+5 |
* | write a dump function to dump internet packet | Frank Lin | 2014-06-18 | 4 | -0/+105 |
* | Add the missing return value | Ting-Wei Lan | 2014-06-15 | 1 | -0/+1 |
* | Add signal handler in debug mode to test memory leak | Ting-Wei Lan | 2014-06-15 | 3 | -2/+21 |
* | Use a hash table and packet lists instead of a single packet buffer | Ting-Wei Lan | 2014-06-15 | 2 | -53/+161 |
* | "IPV4" , "IPV6" allowed when entering parameter. | root | 2014-06-14 | 1 | -2/+2 |
* | Workaround broken nfq_udp_get_payload_len() in libnetfilter_queue | Ting-Wei Lan | 2014-06-13 | 1 | -1/+13 |
* | Debug message rework | Ting-Wei Lan | 2014-06-13 | 2 | -6/+10 |
* | Add --disable-debug configure option | Ting-Wei Lan | 2014-06-13 | 2 | -0/+26 |
* | Fix several bugs found by clang static analyzer | Ting-Wei Lan | 2014-06-09 | 2 | -7/+7 |
* | Fix unintended hard-coding of queue number 0 | Ting-Wei Lan | 2014-06-09 | 1 | -1/+1 |
* | Add UDP support code and TCP dummy code | Ting-Wei Lan | 2014-06-08 | 5 | -30/+251 |
* | Add missing quoting in autogen.sh | Ting-Wei Lan | 2014-06-08 | 1 | -1/+1 |
* | GSO is not supported in the latest libnetfilter_queue 1.0.2 release | Ting-Wei Lan | 2014-06-08 | 2 | -5/+39 |
* | Workaround missing getpagesize() by using _BSD_SOURCE | Ting-Wei Lan | 2014-06-08 | 1 | -0/+1 |
* | Revert "Add _GNU_SOURCE because we need Linux-specific functions" | Ting-Wei Lan | 2014-06-08 | 1 | -2/+3 |
* | Fix typo | Ting-Wei Lan | 2014-06-08 | 1 | -1/+1 |
* | Add _GNU_SOURCE because we need Linux-specific functions | Ting-Wei Lan | 2014-06-07 | 1 | -3/+2 |
* | Add missing #include "config.h" | Ting-Wei Lan | 2014-06-07 | 3 | -0/+3 |
* | Initial commit - import existing project filesv0.1.0 | Ting-Wei Lan | 2014-06-07 | 9 | -0/+696 |