Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-udp.c

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Wed, 3 Sep 2003 04:52:07 -0500 (CDT)
sahlberg    2003/09/03 04:52:07 CDT

  Modified files:
    .                    packet-udp.c 
  Log:
  UDP tap fix.
  
  Must queue the data to the udp tap before calling any subdissectors
  or else, if the packet is short and there is an exception, we wont call the tap at all.
  
  Revision  Changes    Path
  1.111     +2 -2      ethereal/packet-udp.c