aboutsummaryrefslogtreecommitdiff
path: root/src/ptunnel.c
Commit message (Expand)AuthorAge
* fixed another build error for print_pcap_devices() if HAVE_PCAP undefinedToni Uhlig2019-04-25
* added `--list-libpcap-devices' to list al available pcap devices, output WinP...Toni Uhlig2019-04-25
* change the path to the random number generator during build time (see PR #11)Toni Uhlig2019-03-29
* Merge pull request #10 from Masaq-/extended-optionsToni Uhlig2019-03-06
|\
| * empty pings not to be sent when idleMasaq-2019-03-01
| * initialize checksumMasaq-2019-02-28
* | more secure chroot: chdir(chroot_path), chroot("."), chdir("/")Toni Uhlig2019-02-27
|/
* set pkt_len to zero after freeMasaq-2019-02-23
* fix segmentation fault when network is unreachableMasaq-2019-02-22
* -E --empty-pings compensate for ICMP sequence number inspectionMasaq-2019-02-21
* variable length data sectionMasaq-2019-02-20
* command line option -y payload sizeMasaq-2019-02-08
* Merge branch 'master' into extended-optionsMasaq-2019-02-03
|\
| * Merge pull request #7 from Masaq-/fix-resend-icmpToni Uhlig2019-01-29
| |\
| | * update the ICMP identifier of resent packetsMasaq-2019-01-29
| * | trimmed xfr debug output + icmp id/seq output, replaced invalid UTF8 char 'oe'lns2019-01-29
| |/
* | short command line options -w -a -tMasaq-2019-01-30
* | extend the protocol to load options from the data sectionMasaq-2019-01-28
|/
* do not select() socket for reading when window is fullMasaq-2019-01-25
* copyright updateToni Uhlig2019-01-08
* set icmp_filter according forwarder/proxyToni Uhlig2018-12-27
* autoconf check for srandom()/random() or fallback to less secure srand()/rand()Toni Uhlig2018-12-26
* replaced rand() with more "secure" random() // CID 301767Toni Uhlig2018-12-26
* added additional autoconf ICMP_FILTER compile checkToni Uhlig2018-12-24
* introduced icmp_filter for forward socket to filter out unwanted icmp message...Toni Uhlig2018-12-24
* improved error loggingToni Uhlig2018-12-23
* replaced invalid format specifiers '%d' for unsigned intToni Uhlig2018-08-10
* print_last_windows_error(): snprintf: undefined behavior if using variable as...Toni Uhlig2018-08-10
* Coverity CID 301768: added socket() error handlingToni Uhlig2018-07-13
* ptunnel-ng:Toni Uhlig2017-12-20
* ptunnel-ng:Toni Uhlig2017-12-20
* ptunnel-ng:Toni Uhlig2017-12-19
* ptunnel-ng:Toni Uhlig2017-12-19
* ptunnel-ng:Toni Uhlig2017-12-19
* ptunnel-ng:Toni Uhlig2017-12-19
* ptunnel-ng:Toni Uhlig2017-12-18