Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk main.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:52 -0500 (CDT)
guy         2000/04/03 04:41:42 CDT

  Modified files:
    gtk                  main.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.113     +1 -2      ethereal/gtk/main.c