Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.c file.c packet-x25.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Olivier Abad <oabad@xxxxxxxxxxxx>
Date: Sat, 19 Feb 2000 08:00:42 -0600 (CST)
oabad       2000/02/19 08:00:40 CST

  Modified files:
    .                    capture.c file.c packet-x25.c 
  Log:
  Used register_init_routine() to register "reinit_x25_hashtable()" as a
  routine to be called every time a new capture file is opened instead of
  calling it in read_cap_file() and do_capture().
  
  Revision  Changes    Path
  1.98      +1 -6      ethereal/capture.c
  1.166     +1 -6      ethereal/file.c
  1.20      +2 -1      ethereal/packet-x25.c