]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Eddie Kohler <[email protected]>: In "ip_finddst()":
authorguy <guy>
Fri, 25 Jun 2004 01:21:06 +0000 (01:21 +0000)
committerguy <guy>
Fri, 25 Jun 2004 01:21:06 +0000 (01:21 +0000)
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.


No differences found