Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal AUTHORS Makefile.am Makefile.nmake manuf

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Wed, 9 Feb 2000 11:15:57 -0600 (CST)
gram        2000/02/09 11:15:53 CST

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake manuf 
                         packet-tftp.c packet-udp.c packet.h 
  Log:
  Dietmar Petras provided:
  
  * fix a bug in packet-tftp.c dissecting TFTP Option Acknowledgement
    packets. The is no Block-Id in TFTP Option Acknowledgements, as it is
    in TFTP Acknowledgements.
  * Extension of manuf by ethernet addresses from ELSA (my company), a german
    vendor of ISDN routers, cable modems, etc.
  * New dissector for Time Protocol [RFC 0868]. That protocol works on port
    37 of UDP and TCP. The implementation in this patch only dissects the
    more usual UDP version. It could print the time in a more fashion way,
    but thats for a later version.
  
  Revision  Changes    Path
  1.84      +4 -0      ethereal/AUTHORS
  1.163     +2 -1      ethereal/Makefile.am
  1.14      +1 -0      ethereal/Makefile.nmake
  1.6       +2 -1      ethereal/manuf
  1.10      +1 -4      ethereal/packet-tftp.c
  1.48      +5 -1      ethereal/packet-udp.c
  1.171     +2 -1      ethereal/packet.h