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

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: Fri, 18 Feb 2000 07:41:36 -0600 (CST)
oabad       2000/02/18 07:41:33 CST

  Modified files:
    .                    capture.c file.c packet-x25.c 
                         packet-x25.h packet.h 
  Log:
  Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !
  
  This function is used to re-initialize the hash table used by the X.25
  dissector to record the upper layer protocol used by each VC. The hash
  table should be re-initialized each time we read / start a new capture.
  
  I moved the definition of the function from packet.h to packet-x25.h, and
  added calls to reinit_x25_hashtable() in read_cap_file (file.c) and
  do_capture (capture.c).
  
  Revision  Changes    Path
  1.97      +6 -1      ethereal/capture.c
  1.164     +6 -1      ethereal/file.c
  1.19      +2 -2      ethereal/packet-x25.c
  1.2       +2 -1      ethereal/packet-x25.h
  1.173     +1 -2      ethereal/packet.h