Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan acconfig.h atalk-utils.c atalk-utils.h

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: Wed, 28 Aug 2002 15:40:55 -0500 (CDT)
jmayer      2002/08/28 15:40:54 CDT

  Modified files:
    epan                 acconfig.h atalk-utils.c atalk-utils.h 
                         bitswap.c bitswap.h column-utils.c 
                         column-utils.h column_info.h 
                         conversation.c conversation.h epan.h 
                         epan_dissect.h except.c except.h 
                         filesystem.c filesystem.h frame_data.c 
                         frame_data.h gdebug.h inet_aton.c 
                         inet_aton.h inet_ntop.c inet_v6defs.h 
                         int-64bit.c int-64bit.h ipv4.c ipv4.h 
                         ipv6-utils.h nstime.h osi-utils.c 
                         osi-utils.h packet.c packet.h 
                         packet_info.h pint.h plugins.c plugins.h 
                         proto.c proto.h resolv.c resolv.h 
                         sna-utils.c sna-utils.h strutil.c 
                         strutil.h timestamp.h to_str.c to_str.h 
                         tvbtest.c tvbuff.c tvbuff.h 
                         value_string.c value_string.h 
  Log:
  Removed trailing whitespaces from .h and .c files using the
  winapi_cleanup tool written by Patrik Stridvall for the wine
  project.
  
  Revision  Changes    Path
  1.3       +4 -4      ethereal/epan/acconfig.h
  1.3       +3 -3      ethereal/epan/atalk-utils.c
  1.3       +3 -3      ethereal/epan/atalk-utils.h
  1.2       +4 -4      ethereal/epan/bitswap.c
  1.2       +4 -4      ethereal/epan/bitswap.h
  1.18      +15 -15    ethereal/epan/column-utils.c
  1.7       +4 -4      ethereal/epan/column-utils.h
  1.3       +4 -4      ethereal/epan/column_info.h
  1.20      +17 -17    ethereal/epan/conversation.c
  1.10      +6 -6      ethereal/epan/conversation.h
  1.13      +4 -4      ethereal/epan/epan.h
  1.2       +4 -4      ethereal/epan/epan_dissect.h
  1.3       +5 -5      ethereal/epan/except.c
  1.4       +5 -5      ethereal/epan/except.h
  1.20      +4 -4      ethereal/epan/filesystem.c
  1.12      +4 -4      ethereal/epan/filesystem.h
  1.3       +8 -8      ethereal/epan/frame_data.c
  1.7       +4 -4      ethereal/epan/frame_data.h
  1.3       +4 -4      ethereal/epan/gdebug.h
  1.5       +2 -2      ethereal/epan/inet_aton.c
  1.2       +3 -3      ethereal/epan/inet_aton.h
  1.6       +2 -2      ethereal/epan/inet_ntop.c
  1.2       +3 -3      ethereal/epan/inet_v6defs.h
  1.3       +14 -14    ethereal/epan/int-64bit.c
  1.2       +4 -4      ethereal/epan/int-64bit.h
  1.4       +4 -4      ethereal/epan/ipv4.c
  1.4       +4 -4      ethereal/epan/ipv4.h
  1.2       +5 -5      ethereal/epan/ipv6-utils.h
  1.2       +4 -4      ethereal/epan/nstime.h
  1.8       +24 -24    ethereal/epan/osi-utils.c
  1.4       +7 -7      ethereal/epan/osi-utils.h
  1.78      +8 -8      ethereal/epan/packet.c
  1.60      +4 -4      ethereal/epan/packet.h
  1.19      +4 -4      ethereal/epan/packet_info.h
  1.6       +5 -5      ethereal/epan/pint.h
  1.59      +5 -5      ethereal/epan/plugins.c
  1.9       +4 -4      ethereal/epan/plugins.h
  1.74      +16 -16    ethereal/epan/proto.c
  1.36      +6 -6      ethereal/epan/proto.h
  1.25      +81 -81    ethereal/epan/resolv.c
  1.9       +4 -4      ethereal/epan/resolv.h
  1.4       +4 -4      ethereal/epan/sna-utils.c
  1.3       +3 -3      ethereal/epan/sna-utils.h
  1.9       +6 -6      ethereal/epan/strutil.c
  1.9       +4 -4      ethereal/epan/strutil.h
  1.2       +4 -4      ethereal/epan/timestamp.h
  1.17      +13 -13    ethereal/epan/to_str.c
  1.8       +6 -6      ethereal/epan/to_str.h
  1.3       +5 -5      ethereal/epan/tvbtest.c
  1.40      +8 -8      ethereal/epan/tvbuff.c
  1.29      +5 -5      ethereal/epan/tvbuff.h
  1.4       +7 -7      ethereal/epan/value_string.c
  1.3       +4 -4      ethereal/epan/value_string.h