Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap buffer.c buffer.h etherpeek.c file.c

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: Mon, 29 Jul 2002 01:10:07 -0500 (CDT)
guy         2002/07/29 01:10:06 CDT

  Modified files:
    wiretap              buffer.c buffer.h etherpeek.c file.c 
                         i4btrace.c iptrace.c lanalyzer.c 
                         libpcap.c netmon.c nettl.c netxray.c 
                         ngsniffer.c radcom.c snoop.c visual.c 
                         wtap-capture.h wtap-int.h wtap.c wtap.h 
  Log:
  From Joerg Mayer:
  
  All files:
    - Replace types from sys/types.h by those from glib.h
    - Replace ntoh family of macros from netinet/in.h and winsock2.h
      by g_ntoh family from glib.h
    - Remove now unneeded includes of sys/types.h, netinet/in.h and
      winsock2.h
  wtap.h
    Move includes to the top
  
  Revision  Changes    Path
  1.13      +6 -10     ethereal/wiretap/buffer.c
  1.10      +5 -9      ethereal/wiretap/buffer.h
  1.21      +12 -16    ethereal/wiretap/etherpeek.c
  1.95      +2 -2      ethereal/wiretap/file.c
  1.22      +5 -5      ethereal/wiretap/i4btrace.c
  1.42      +5 -5      ethereal/wiretap/iptrace.c
  1.36      +2 -2      ethereal/wiretap/lanalyzer.c
  1.80      +13 -9     ethereal/wiretap/libpcap.c
  1.58      +11 -15    ethereal/wiretap/netmon.c
  1.30      +7 -7      ethereal/wiretap/nettl.c
  1.58      +7 -7      ethereal/wiretap/netxray.c
  1.84      +8 -8      ethereal/wiretap/ngsniffer.c
  1.38      +5 -5      ethereal/wiretap/radcom.c
  1.54      +22 -26    ethereal/wiretap/snoop.c
  1.10      +4 -4      ethereal/wiretap/visual.c
  1.2       +3 -3      ethereal/wiretap/wtap-capture.h
  1.26      +2 -10     ethereal/wiretap/wtap-int.h
  1.68      +2 -2      ethereal/wiretap/wtap.c
  1.118     +12 -20    ethereal/wiretap/wtap.h