Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-udp.c packet.h tethereal.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 3 Apr 2000 04:41:26 -0500 (CDT)
guy         2000/04/03 04:41:21 CDT

  Modified files:
    .                    packet-udp.c packet.h tethereal.c 
  Log:
  Move the creation of, and registration of protocols known to UDP in, the
  hash table attached to "udp.port" out of "init_dissect_udp()" into
  "proto_register_udp()", so that it's done the way TCP does it, and then
  get rid of "init_dissect_udp()".
  
  Revision  Changes    Path
  1.54      +18 -17    ethereal/packet-udp.c
  1.177     +1 -2      ethereal/packet.h
  1.22      +1 -2      ethereal/tethereal.c