aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
Commit message (Collapse)AuthorAge
* added deprecation text for -P/--passwd optionToni Uhlig2020-04-05
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Got rid of those non working extended options, because:removed_extended_optionsToni Uhlig2020-03-22
| | | | | | | | | | | * legendary spaghetti code * did not work at all, caused several buffer overflows * pain-in-the-ass to maintain and test * badly reviewed from my side :/ * improved and working "extended options" may be added later * basically reverts most of #8 Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* improved icmp/forward descriptor structs and use -Wextra for all buildsToni Uhlig2020-03-14
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fixed missing variable initialize - before used in conditionToni Uhlig2019-12-03
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* SHA512 challenge response authenticationToni Uhlig2019-07-13
| | | | 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>
* removed `--libpcap` default device, since it is highly os dependantToni Uhlig2019-04-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* added `--list-libpcap-devices' to list al available pcap devices, output ↵Toni Uhlig2019-04-25
| | | | | | WinPCAP specific information at startup Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* CWE-126 workaroundToni Uhlig2019-02-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* -E --empty-pings compensate for ICMP sequence number inspectionMasaq-2019-02-21
|
* long options and usage notesMasaq-2019-02-16
|
* command line option -y payload sizeMasaq-2019-02-08
|
* Merge branch 'master' into extended-optionsMasaq-2019-02-03
|\
| * --remote-adr should be --remote-addr for consistencyToni Uhlig2019-02-03
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | short command line options -w -a -tMasaq-2019-01-30
|/
* copyright updateToni Uhlig2019-01-08
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fixed coverity (false-positive!) issues..Toni Uhlig2018-10-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* parse_options: getopt: argument 'l:' requires an argument, so optarg can not ↵Toni Uhlig2018-07-13
| | | | | | be NULL (model_file will fix coverity false positive) 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
| | | | | | * fixed mingw64 cross compile issues * using getaddrinfo instead of obsolete gethostbyname * removed IS_WINDOWS AM_CONDITIONAL
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * fixed missing conditionaled compile for pcap * ported to mingw64
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * naming * typ0 fixed
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * changed option (--listen) visibility * added TODO
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | * option parsing fixes (usage, optional arguments, manpage)
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | | * optional feature disabled warning * SeLinux enabled flag * cosmetics # Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | | * autotools set/use package version string * autotools renamed output binary to ptunnel-ng * more "intuitive" short options * removed ptunnel version info, copyright update
* 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)