Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-vines.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: Sat, 2 Jun 2001 03:15:57 -0500 (CDT)
guy         2001/06/02 03:15:57 CDT

  Modified files:
    .                    packet-vines.c 
  Log:
  Handoff registration routines must be named "proto_reg_handoff_XXX()",
  not "proto_register_handoff_xxx()"; otherwise, the Python
  "register.c"-generation script will think it's a protocol registration
  routine not a handoff registration routine.
  
  Revision  Changes    Path
  1.32      +2 -3      ethereal/packet-vines.c