Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wap.c packet-wap.h packet-wsp.c packe

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: Sun, 2 Dec 2001 20:10:32 -0600 (CST)
guy         2001/12/02 20:10:32 CST

  Modified files:
    .                    packet-wap.c packet-wap.h packet-wsp.c 
                         packet-wtls.c packet-wtp.c 
  Log:
  As you set a conversation dissector by supplying a dissector handle
  rather than a function pointer, "dissect_wtp_fromudp()" no longer needs
  to be global; make it static, register it by name, and have the WSP
  dissector get the handle by calling "find_dissector()" rather than by
  constructing its own handle for it.
  
  Fix up some attributions.
  
  Revision  Changes    Path
  1.4       +2 -2      ethereal/packet-wap.c
  1.6       +2 -10     ethereal/packet-wap.h
  1.46      +9 -6      ethereal/packet-wsp.c
  1.14      +2 -2      ethereal/packet-wtls.c
  1.21      +5 -4      ethereal/packet-wtp.c