summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replaced g_queue_pop_tail() with g_queue_pop_head() in falgnfq-loop.cHEADmasterFrank Lin2014-06-291-1/+1
* In falgngfq-dump.c, a "sprintf" is removed and "fprintf" is replaced by "fputs"Frank Lin2014-06-291-6/+4
* remove function "getcwd" from falgnfq-dump.cFrank Lin2014-06-291-3/+1
* Use both source host and source port as hash keyTing-Wei Lan2014-06-291-12/+91
* Fix segmentation fault when not using TCPTing-Wei Lan2014-06-291-21/+30
* Drop unused struct declaration from falgnfq-tcp.hTing-Wei Lan2014-06-281-3/+0
* Update TCP packet processing framework and support sending SYN-ACKTing-Wei Lan2014-06-284-54/+314
* Move all casting macros to falgnfq-private.hTing-Wei Lan2014-06-283-11/+11
* Show package version and date in the programTing-Wei Lan2014-06-272-1/+6
* Use git-version-gen from autoconf to generate version numbersTing-Wei Lan2014-06-275-2/+239
* Ignore SIGPIPE and use sig_atomic_t instead of int in the signal handlerTing-Wei Lan2014-06-252-2/+9
* Fix possible memory leakTing-Wei Lan2014-06-251-0/+3
* fix "==" and "&" precedency bug in falgnfq-dump.cFrank_Lin2014-06-251-2/+2
* Fix possible memory leak and NULL pointer dereferenceTing-Wei Lan2014-06-251-0/+7
* Prepare for TCP supportTing-Wei Lan2014-06-258-54/+420
* Destination host IP address and port are also neededTing-Wei Lan2014-06-253-14/+80
* LIBNETFILTER_IS_VERY_BUGGY -> LIBNETFILTER_QUEUE_IS_VERY_BUGGYTing-Wei Lan2014-06-211-7/+7
* Use macro LIBNETFILTER_IS_VERY_BUGGY to choose workaround functionsTing-Wei Lan2014-06-201-5/+21
* Support debug level settingTing-Wei Lan2014-06-203-14/+27
* Workaround wrong nfq_ip6_snprintf() in libnetfilter_queueTing-Wei Lan2014-06-201-10/+36
* Add .gitignoreTing-Wei Lan2014-06-201-0/+63
* Show ICMP and ICMPv6 in debug messageTing-Wei Lan2014-06-201-0/+2
* Fix segmentation fault when packets have wrong transport layer protocolTing-Wei Lan2014-06-201-1/+7
* Prevent using uninitialized variableTing-Wei Lan2014-06-201-0/+1
* Use explicit type conversion to suppress compiler warningsTing-Wei Lan2014-06-202-11/+12
* Fix wrong argument type for queue_numTing-Wei Lan2014-06-201-1/+1
* Drop all trailing tabsTing-Wei Lan2014-06-191-5/+5
* write a dump function to dump internet packetFrank Lin2014-06-184-0/+105
* Add the missing return valueTing-Wei Lan2014-06-151-0/+1
* Add signal handler in debug mode to test memory leakTing-Wei Lan2014-06-153-2/+21
* Use a hash table and packet lists instead of a single packet bufferTing-Wei Lan2014-06-152-53/+161
* "IPV4" , "IPV6" allowed when entering parameter.root2014-06-141-2/+2
* Workaround broken nfq_udp_get_payload_len() in libnetfilter_queueTing-Wei Lan2014-06-131-1/+13
* Debug message reworkTing-Wei Lan2014-06-132-6/+10
* Add --disable-debug configure optionTing-Wei Lan2014-06-132-0/+26
* Fix several bugs found by clang static analyzerTing-Wei Lan2014-06-092-7/+7
* Fix unintended hard-coding of queue number 0Ting-Wei Lan2014-06-091-1/+1
* Add UDP support code and TCP dummy codeTing-Wei Lan2014-06-085-30/+251
* Add missing quoting in autogen.shTing-Wei Lan2014-06-081-1/+1
* GSO is not supported in the latest libnetfilter_queue 1.0.2 releaseTing-Wei Lan2014-06-082-5/+39
* Workaround missing getpagesize() by using _BSD_SOURCETing-Wei Lan2014-06-081-0/+1
* Revert "Add _GNU_SOURCE because we need Linux-specific functions"Ting-Wei Lan2014-06-081-2/+3
* Fix typoTing-Wei Lan2014-06-081-1/+1
* Add _GNU_SOURCE because we need Linux-specific functionsTing-Wei Lan2014-06-071-3/+2
* Add missing #include "config.h"Ting-Wei Lan2014-06-073-0/+3
* Initial commit - import existing project filesv0.1.0Ting-Wei Lan2014-06-079-0/+696