Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-h225.c packet-h245.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: Fri, 1 Aug 2003 05:11:55 -0500 (CDT)
sahlberg    2003/08/01 05:11:55 CDT

  Modified files:
    .                    packet-h225.c packet-h245.c 
  Log:
  make h225 register detected h245 tcp ports so that h245 dissector is called.
  
  it is currently done in a way too crude way,
  when a h245 endpoint is found,  it calls dissector_add("tcp.port",...) and
  thus registers it globally for this port for ALL ip addresses.
  
  if someone knows how to change it to only register it for
  <ipaddress><tcpport> instead, that would be much better.
  
  Revision  Changes    Path
  1.3       +26 -6     ethereal/packet-h225.c
  1.28      +2 -1      ethereal/packet-h245.c