Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-udp.c packet-x25.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, 4 Aug 1999 19:05:05 -0500 (CDT)
guy         1999/08/04 19:05:03 CDT

  Modified files:
    .                    packet-udp.c packet-x25.c 
  Log:
  "packet-udp.c" and "packet-x25.c" both have global variables named
  "hash_table", but each of them is used only in the file in question;
  make them static, so that they don't collide.
  
  Revision  Changes    Path
  1.22      +2 -2      ethereal/packet-udp.c
  1.3       +1 -1      ethereal/packet-x25.c