diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2012-04-13 16:32:40 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2012-04-13 16:32:40 +0400 |
commit | 8c31bfcebef44663c1025b6c4a9cb7b6c62ef24e (patch) | |
tree | 3c4efdcb4dfa0dd84290a548dcb5705c22128650 /CREDITS | |
parent | 2a5efbae38a324b7701579b6cee49c68818897a8 (diff) | |
download | tcpdump-8c31bfcebef44663c1025b6c4a9cb7b6c62ef24e.tar.gz |
add DNSSL (RFC6106) support
The most notable difference between RFC5006 and RFC6106 is the addition
of DNSSL RA option. This commit adds DNSSL handling code to make tcpdump
fully RFC6106-aware. This code has been tested against RA packets
generated by Quagga and radvd.
Diffstat (limited to 'CREDITS')
-rw-r--r-- | CREDITS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ Additional people who have contributed patches: David Horn <dhorn2000 at gmail dot com> David Smith <dsmith at redhat dot com> David Young <dyoung at ojctech dot com> + Denis Ovsienko <infrastation at yandex dot ru> Dmitry Eremin-Solenikov <dbaryshkov at gmail dot com> Don Ebright <Don dot Ebright at compuware dot com> Eddie Kohler <xexd at sourceforge dot net> |