Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wsp.c packet-wtls.c packet-wtp.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, 20 Jul 2001 04:10:18 -0500 (CDT)
guy         2001/07/20 04:10:17 CDT

  Modified files:
    .                    packet-wsp.c packet-wtls.c packet-wtp.c 
  Log:
  Don't base the WSP dissector's idea of whether it's running in
  connectionless or connection-oriented mode on the server port; that
  won't work with redirects.  Instead, base it on the protocol atop which
  WSP is running - atop UDP, or directly atop WTLS, it's connectionless;
  atop WTP, it's connection-oriented.
  
  Revision  Changes    Path
  1.29      +24 -11    ethereal/packet-wsp.c
  1.11      +3 -3      ethereal/packet-wtls.c
  1.17      +4 -3      ethereal/packet-wtp.c