Create the TCP protocol tree, and put the source and destination ports
authorGuy Harris <guy@alum.mit.edu>
Sat, 3 Aug 2002 22:28:16 +0000 (22:28 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 3 Aug 2002 22:28:16 +0000 (22:28 -0000)
commit6ed12f6993a949cf7b1c335d5a94f4dc5792dfc9
tree5853c2b6ea60cec5c8cab8bbb728b6ba4a929b03
parenta7b0159be41462e1da8d651fd4d7c84e995d4a4d
Create the TCP protocol tree, and put the source and destination ports
into it, as soon as we've extracted the source and destination ports
from the packet, so that if we throw an exception fetching something
else from the packet, we still have the protocol tree and ports.

svn path=/trunk/; revision=5943
packet-tcp.c