Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.c conversation.c filesyste
jmayer 2002/08/02 16:29:44 CDT
Modified files:
epan column-utils.c conversation.c
filesystem.c frame_data.c inet_aton.c
inet_ntop.c inet_pton.c ipv4.c
osi-utils.c packet.c packet.h pint.h
plugins.c proto.c proto.h resolv.c
strutil.c strutil.h to_str.c to_str.h
tvbuff.c
Log:
Replace the types from sys/types.h and netinet/in.h by their glib.h
equivalents for the epan/ directory but leave winsock2.h in inet_pton.c
and inet_ntop.c for now (can't estimate the consequences).
Revision Changes Path
1.17 +1 -5 ethereal/epan/column-utils.c
1.19 +1 -9 ethereal/epan/conversation.c
1.19 +1 -5 ethereal/epan/filesystem.c
1.2 +1 -5 ethereal/epan/frame_data.c
1.3 +6 -14 ethereal/epan/inet_aton.c
1.4 +7 -15 ethereal/epan/inet_ntop.c
1.3 +13 -21 ethereal/epan/inet_pton.c
1.3 +4 -12 ethereal/epan/ipv4.c
1.7 +1 -5 ethereal/epan/osi-utils.c
1.75 +2 -22 ethereal/epan/packet.c
1.58 +3 -3 ethereal/epan/packet.h
1.5 +2 -2 ethereal/epan/pint.h
1.57 +1 -5 ethereal/epan/plugins.c
1.71 +1 -5 ethereal/epan/proto.c
1.34 +1 -5 ethereal/epan/proto.h
1.24 +3 -7 ethereal/epan/resolv.c
1.8 +10 -10 ethereal/epan/strutil.c
1.8 +6 -14 ethereal/epan/strutil.h
1.15 +2 -14 ethereal/epan/to_str.c
1.7 +1 -9 ethereal/epan/to_str.h
1.39 +2 -2 ethereal/epan/tvbuff.c