Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c packet.h

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: Sun, 2 Dec 2001 23:07:19 -0600 (CST)
guy         2001/12/02 23:07:19 CST

  Modified files:
    epan                 packet.c packet.h 
  Log:
  Add a routine tro look for a given port in a given dissector table and,
  if found, return the dissector handle for that port.
  
  Use that routine in the X.25 dissector; revert to attaching a dissector
  handle to an X.25 virtual circuit.
  
  Revision  Changes    Path
  1.49      +17 -5     ethereal/epan/packet.c
  1.44      +6 -1      ethereal/epan/packet.h