From: guy Date: Fri, 25 Jun 2004 01:21:06 +0000 (+0000) Subject: From Eddie Kohler : In "ip_finddst()": X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c451929916521bca3280b171fff52d1e2caba54b?hp=c451929916521bca3280b171fff52d1e2caba54b From Eddie Kohler : In "ip_finddst()": quit as soon as we see IPOPT_EOL; *don't* quit as soon as we see IPOPT_NOP, just advance to the next option, if any; implement "quit" as "return the destination address from the IP header rather than as "return 0". Also, return the IP header destination address if we see a source-routing option with a too-short length. ---