Ethereal-cvs: [Ethereal-cvs] rev 15335: /trunk/epan/dissectors/: packet-tcp.c

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

Date: Sat, 13 Aug 2005 07:30:58 GMT
User: guy
Date: 2005/08/13 02:30 AM

Log:
 Do the sequence number analysis *before* dissecting the payload, so we
 don't have to worry about catching exceptions in the payload dissection
 and doing the sequence number analysis - we weren't doing so in one
 place.  That also puts the sequence number analysis *before* the "TCP
 payload" entry for payload being reassembled into a later packet.
 
 XXX - should we do the tapping before dissecting the payload, too, so
 that it gets done even if we throw an exception?

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +8 -15     packet-tcp.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15335&view=rev