12 Commits

Author SHA1 Message Date
DL6ER 45c342af05 Force-update embedded dnsmasq version. We are loosing the individual dnsmasq history of the ~ last year, however, given the multitude of merge conflicts and the fact that this code will soon(ish) be replaced by development-v6 (where the history is 100% intact), this isn't much of an issue
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-02-09 20:48:59 +01:00
Simon Kelley a95263f6f6 Tweak packet dump code to make port numbers more accurate.
Also add query-ids with log-queries=extra.

Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-09-11 10:55:11 +02:00
Simon Kelley ea5086969c Dump.c Fix IPv6 checksum on big-endian.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-02-04 17:20:48 +01:00
Simon Kelley 172c60fdd0 Extend packet dump system to RA.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-02-04 17:20:27 +01:00
DL6ER c74158c4b8 Extend packet-dump system to DHCP and TFTP.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-02-03 19:11:37 +01:00
Simon Kelley d74eed5463 Bump copyright to 2022.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-02-03 16:27:24 +01:00
Simon Kelley db8c788df1 Bump copyright notices for 2021. Happy New Year!
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-01-25 20:16:50 +01:00
Simon Kelley 8b1b92b61d Remove compiler warnings in IPv6 checksum code in dump.c
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-03-06 20:28:32 +01:00
Simon Kelley 469ed22a32 Update copyrights to 2020. 2020-01-05 22:00:35 +00:00
Simon Kelley de043f7a00 Remove ability to compile without IPv6 support.
This was the source of a large number of #ifdefs, originally
included for use with old embedded libc versions. I'm
sure no-one wants or needs IPv6-free code these days, so this
is a move towards more maintainable code.

Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-08-31 14:02:30 +02:00
DL6ER 2cfd632ff8 Reinstall useless spaces/tabs as are present in the original dnsmasq source code. This will allow us to apply patches much more straightforward. There is no other change in this commit. git diff --ignore-space-change shows an empty difference.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-08-31 13:26:07 +02:00
DL6ER e365364f72 Move all source files into new subdirectory "src". Put compiled objects into new subdirectory "build".
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-07-02 00:18:56 +02:00