Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tds.c Makefile.am Makefile.nmake

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

From: Joerg Mayer <jmayer@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Aug 2002 16:33:31 -0500 (CDT)
jmayer      2002/08/19 16:33:30 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake 
  Added files:
    .                    packet-tds.c 
  Log:
  Add new dissector by Brian Bruns for the TDS protocol with the
  following changes:
  
  - Inserted packet-tds.h This is personal taste because of the many
    files in the toplevel directory. Whoever works on this next is
    free of course to separate it back out again.
  - Removed unused includes sys/types.h, snprintf.h, netinet/in.h
  - #if-0 unused function
  - Removed duplicate define
  - Declared all unused parameters as such
  - Changed a // comment into /* */
  - ifdef-DEBUG a printf statement
  
  Revision  Changes    Path
  1.454     +1 -0      ethereal/Makefile.am
  1.201     +2 -1      ethereal/Makefile.nmake