Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/plugins/gryphon packet-gryphon.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: Wed, 15 Mar 2000 12:39:03 -0600 (CST)
guy         2000/03/15 12:39:01 CST

  Modified files:
    plugins/gryphon      packet-gryphon.c 
  Log:
  Rename the local variable "pi" to "ti" in several places - "pi" is also
  the name of the global variable containing packet information, and, on
  platforms where dynamically-loaded code can't access global variables
  and functions in the main program, we #define "pi" in plugins to be
  "(*p_pi)", which causes problems even if a plugin with a local variable
  named "pi" *isn't* accessing the global "pi".
  
  Revision  Changes    Path
  1.8       +10 -10    ethereal/plugins/gryphon/packet-gryphon.c