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: Tue, 4 Apr 2000 01:46:52 -0500 (CDT)
guy         2000/04/04 01:46:46 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Use the new split between protocol registration and protocol handoff
  registration routines to get rid of the special handling of ONC RPC
  protocols - dissectors for ONC RPC-based protocols should register their
  protocol, fields, and ETT values in a protocol registration routine, and
  register themselves with the ONC RPC dissector in their protocol handoff
  routine, so that the latter is done after the ONC RPC dissector's
  protocol registration routine is called, so that the data structures
  needed when dissectors for ONC RPC protocols register themselves with
  the ONC RPC dissector have been initialized.
  
  Get rid of "init_dissect_rpc()", which initializes said data structures;
  do that in "proto_register_rpc()" instead.
  
  Revision  Changes    Path
  1.114     +1 -2      ethereal/gtk/main.c