aboutsummaryrefslogtreecommitdiff
path: root/src/pkt.c
Commit message (Collapse)AuthorAge
* use arc4random() for coverity builds, yet another format specifier fixToni Uhlig2019-07-06
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fixed format specifier issuesToni Uhlig2019-07-06
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* handle_extended_options should use proxy_desc_t* instead of a incomplete ↵Toni Uhlig2019-07-04
| | | | | | void* as 1st argument Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* preparations for use of multiple hash algos for challenge responseToni Uhlig2019-06-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Merge pull request #10 from Masaq-/extended-optionsToni Uhlig2019-03-06
|\ | | | | improvements for empty pings mode
| * empty pings not to be sent when idleMasaq-2019-03-01
| |
| * realloc rings for larger window sizeMasaq-2019-02-28
| |
* | fixed possible NULL ptr deref #2Toni Uhlig2019-03-01
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | fixed possible NULL ptr deref and division by zeroToni Uhlig2019-02-28
|/ | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* set pkt_len to zero after freeMasaq-2019-02-23
|
* -E --empty-pings compensate for ICMP sequence number inspectionMasaq-2019-02-21
|
* fix leaky ringsMasaq-2019-02-20
|
* command line option -y payload sizeMasaq-2019-02-08
|
* Merge branch 'master' into extended-optionsMasaq-2019-02-03
|\
| * trimmed xfr debug output + icmp id/seq output, replaced invalid UTF8 char 'oe'lns2019-01-29
| | | | | | | | Signed-off-by: lns <matzeton@googlemail.com>
* | require authenticationMasaq-2019-01-30
| |
* | extend the protocol to load options from the data sectionMasaq-2019-01-28
|/
* 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)