Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am packet-ipx.c packet-nbipx.c pack

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, 3 Dec 2000 03:18:21 -0600 (CST)
guy         2000/12/03 03:18:21 CST

  Modified files:
    .                    Makefile.am packet-ipx.c packet-nbipx.c 
  Removed files:
    .                    packet-nbipx.h 
  Log:
  Register "dissect_nbipx()", and have the IPX dissector look up its
  handle and call it through the handle.  Make it static; this renders
  "packet-nbipx.h" unnecessary.
  
  Get rid of the "tvb_compat()" call in the IPX dissector - it calls all
  dissectors through handles or lookup tables, and thus any
  backwards-compatibility stuff is done by the code in libethereal.
  
  Revision  Changes    Path
  1.257     +1 -2      ethereal/Makefile.am
  1.71      +10 -7     ethereal/packet-ipx.c
  1.30      +4 -2      ethereal/packet-nbipx.c