Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-nbipx.c packet-nbipx.h packet-ipx.c p

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: Fri, 10 Nov 2000 15:09:50 -0600 (CST)
guy         2000/11/10 15:09:50 CST

  Modified files:
    .                    packet-nbipx.c packet-nbipx.h 
                         packet-ipx.c packet-netbios.h 
  Log:
  Fix "packet-netbios.h" to match the new "packet-netbios.c", so that it
  compiles.
  
  Doing so reveals that the NBIPX dissector needs to be fixed, as it calls
  routines in "packet-netbios.c" whose calling sequence changed; doing so
  involves tvbuffifying it.
  
  Revision  Changes    Path
  1.24      +101 -93   ethereal/packet-nbipx.c
  1.4       +2 -2      ethereal/packet-nbipx.h
  1.66      +2 -2      ethereal/packet-ipx.c
  1.8       +3 -3      ethereal/packet-netbios.h