Ethereal-dev: [Ethereal-dev] bug in packet-teredo.c?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Tue, 21 Oct 2003 20:26:46 +0800
line 189, replace (teredoh-th_orgport)^(0xFFFF) with ntohs(teredoh-th_orgport)^(0xFFFF)
line 193, replace (teredoh-th_iporgaddr)^(0xFFFFFFFF) with ntohl(teredoh-th_iporgaddr)^(0xFFFFFFFF)