aboutsummaryrefslogtreecommitdiff
path: root/src/pkt.h
Commit message (Collapse)AuthorAge
* 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>
* Run clang-format on old ptk.c/.h filesErik Simon2020-02-20
|
* removed superfluous explicit numeric castsToni Uhlig2019-12-05
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* reduced function signature and removed dead code in acknowledge handlingToni Uhlig2019-12-03
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* reduced handle_data unnecessary complex function signatureToni Uhlig2019-12-01
| | | | 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>
* require authenticationMasaq-2019-01-30
|
* extend the protocol to load options from the data sectionMasaq-2019-01-28
|
* copyright updateToni Uhlig2019-01-08
| | | | 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-19
| | | | * mingw __attribute__
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * fixed missing conditionaled compile for pcap * ported to mingw64
* 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)