Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-h225.c packet-h245.c packet-portmap.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 8 Jan 2004 18:56:04 -0600 (CST)
guy         2004/01/08 18:56:04 CST

  Modified files:
    .                    packet-h225.c packet-h245.c 
                         packet-portmap.c packet-sdp.c 
  Log:
  "conversation_new()" takes flags NO_ADDR2 and NO_PORT2, not NO_ADDR_B
  and NO_PORT_B - the corresponding flags have the same values, but they
  don't have the same semantics (a "find_conversation()" call with a
  missing address or port B will do a wildcard match on *both* addresses
  or ports, not just the second one).
  
  Revision  Changes    Path
  1.27      +2 -2      ethereal/packet-h225.c
  1.43      +3 -3      ethereal/packet-h245.c
  1.42      +2 -2      ethereal/packet-portmap.c
  1.43      +3 -3      ethereal/packet-sdp.c