implement dn_comp RFC 1035 domain name compression
authorSzabolcs Nagy <nsz@port70.net>
Fri, 6 Jun 2014 18:44:54 +0000 (20:44 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Fri, 6 Jun 2014 18:44:54 +0000 (20:44 +0200)
commitabce3156399f30d9b16e198af62af7f7c33fcbe0
tree76584b842bbaac2984d53e8cca802022747b2c4f
parent07355f503a9b0a3ab7a051e2931499a4c5898b15
implement dn_comp RFC 1035 domain name compression

the input name is validated, the other parameters are assumed to be
valid (the list of already compressed names are not checked for
infinite reference loops or out-of-bound offsets).

names are handled case-sensitively for now.
src/network/dn_comp.c