aboutsummaryrefslogtreecommitdiff
path: root/src/pkt.c
Commit message (Collapse)AuthorAge
* trimmed xfr debug output + icmp id/seq output, replaced invalid UTF8 char 'oe'lns2019-01-29
| | | | Signed-off-by: lns <matzeton@googlemail.com>
* unprivileged ICMP sockets do not receive IP headersMasaq-2019-01-25
|
* cosmeticsdev02019-01-16
| | | ty very much @elnerd
* fixed some bugs that can lead to remove segfaultselnerd2019-01-16
|
* copyright updateToni Uhlig2019-01-08
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* improved error loggingToni Uhlig2018-12-23
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* updated copyright informationsToni Uhlig2018-07-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | | | | * improved option parsing/error printing * restrict tunnel destination ip/port only if the user wants it * print a warning if running on windows wihout pcap enabled * obey strict aliasing for pcap source * print available pcap devices if the user supplied an invalid one
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | * do not break strict aliasing
* ptunnel-ng:Toni Uhlig2017-12-18
* this is now an autotools project (added/renamed required files e.g. AUTHORS, COPYING) * removed user defined ip header (buggy; not useful anymore)