Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rtsp.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: Fri, 17 Aug 2001 23:16:38 -0500 (CDT)
guy         2001/08/17 23:16:37 CDT

  Modified files:
    .                    packet-rtsp.c 
  Log:
  From Jason Lango:
  
  	Make sure that we can handle the lack of 'server_port=' when
  	setting up a conversation dissector.
  
  	Squelch some signed vs. unsigned comparison warnings.
  
  	Changes to match only on the destination address in
  	conversations, because the server might send back a packet from
  	an address other than the address to which its client sent the
  	packet, so we construct a conversation with no second address.
  
  Revision  Changes    Path
  1.40      +29 -18    ethereal/packet-rtsp.c