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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Oct 2001 12:42:19 -0500 (CDT)
guy         2001/10/08 12:42:19 CDT

  Modified files:
    .                    packet-ucp.c 
  Log:
  As UCP is atop TCP, its dissector isn't called unless there's at least
  one byte in the tvbuff being handed to it, so the check I added for the
  existence of that byte is unnecessary.
  
  Revision  Changes    Path
  1.3       +6 -8      ethereal/packet-ucp.c