Ethereal-dev: Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: cr01@xxxxxxx
Date: Tue, 9 Nov 1999 10:52:50 -0500
Hi, I think changing to OSIOCGIFCONF in capture_dlg.c seemed to work for getting the correct interfaces....I'm not sure why, I'll have to check. I am having a lot of compiler warnings/errors with the AIX xlc compiler, which is very fussy about typecasting. Before I do any changes, are there any conventions being followed with respect to using basic data types? ie. are the glib aliases guint, gint8, etc. to be used throughout the code? -- Craig Rodrigues Operations Systems Lab (OSL), Office 1-105 cr01@xxxxxxx GTE Laboratories (781) 466-2984 Waltham, MA
"wtap.c", line 208.21: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "char*" is not allowed. "main.c", line 379.33: 1506-280 (E) Function argument assignment between types "unsigned char*" and "char*" is not allowed. "file.c", line 603.55: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "file.c", line 611.53: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "file.c", line 674.53: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "file.c", line 681.53: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "follow.c", line 151.24: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "const char*" is not allowed. "follow.c", line 188.26: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "const char*" is not allowed. "print.c", line 239.25: 1506-280 (E) Function argument assignment between types "unsigned char*" and "char*" is not allowed. "print.c", line 239.35: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "char*" is not allowed. "proto.c", line 311.30: 1506-068 (E) Operation between types "char*" and "unsigned char*" is not allowed. "./rdps.c", line 144.25: 1506-280 (E) Function argument assignment between types "unsigned char*" and "char*" is not allowed. "./rdps.c", line 144.32: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "char*" is not allowed. "resolv.c", line 192.15: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "resolv.c", line 194.15: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "resolv.c", line 257.17: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "resolv.c", line 267.13: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "resolv.c", line 302.11: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "resolv.c", line 469.43: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "resolv.c", line 477.45: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "resolv.c", line 535.21: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "resolv.c", line 586.21: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "resolv.c", line 613.18: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "resolv.c", line 643.10: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "resolv.c", line 658.28: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "resolv.c", line 697.34: 1506-280 (E) Function argument assignment between types "unsigned char*" and "char*" is not allowed. "resolv.c", line 711.21: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "resolv.c", line 724.27: 1506-068 (E) Operation between types "char*" and "unsigned char*" is not allowed. "resolv.c", line 749.13: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "resolv.c", line 749.21: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "resolv.c", line 770.12: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "resolv.c", line 791.12: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "resolv.c", line 801.24: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "resolv.c", line 846.12: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "resolv.c", line 849.16: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "packet-cdp.c", line 184.37: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-ftp.c", line 60.38: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-ftp.c", line 74.28: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-ftp.c", line 79.28: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-ftp.c", line 80.53: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-ftp.c", line 85.42: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-ftp.c", line 91.26: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-http.c", line 107.45: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-http.c", line 108.45: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-icmpv6.c", line 133.11: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-icq.c", line 446.12: 1506-068 (E) Operation between types "char*" and "unsigned char*" is not allowed. "packet-icq.c", line 541.21: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "packet-icq.c", line 541.33: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-icq.c", line 556.21: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "packet-icq.c", line 556.33: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-icq.c", line 568.21: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "packet-icq.c", line 568.61: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-icq.c", line 587.25: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "packet-icq.c", line 587.61: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-icq.c", line 613.25: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "packet-icq.c", line 613.61: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-icq.c", line 636.19: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "packet-icq.c", line 643.25: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "packet-icq.c", line 643.34: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "packet-icq.c", line 657.23: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "packet-icq.c", line 663.29: 1506-280 (E) Function argument assignment between types "char*" and "unsigned char*" is not allowed. "packet-icq.c", line 663.39: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "packet-icq.c", line 711.30: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-lpd.c", line 120.44: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-lpd.c", line 138.50: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-nbns.c", line 240.42: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "char*" is not allowed. "packet-nbns.c", line 687.66: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "char*" is not allowed. "packet-ntp.c", line 324.51: 1506-280 (E) Function argument assignment between types "const char*" and "unsigned char*" is not allowed. "packet-osi.c", line 1310.11: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "packet-osi.c", line 1313.11: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "packet-osi.c", line 1316.11: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "packet-osi.c", line 1319.11: 1506-068 (E) Operation between types "unsigned char*" and "char*" is not allowed. "packet-pop.c", line 53.38: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-pop.c", line 63.26: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-pop.c", line 68.26: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-pop.c", line 69.51: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-pop.c", line 71.53: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-pop.c", line 75.40: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-rtsp.c", line 136.37: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-rtsp.c", line 137.37: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 914.14: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 1409.14: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 1720.15: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 1744.14: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 1768.13: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2011.21: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2023.23: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2035.18: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2241.22: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2253.25: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2269.21: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2281.23: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2293.18: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2305.26: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2416.16: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2428.20: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2440.21: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2580.9: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2584.86: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "const char*" is not allowed. "packet-smb.c", line 2590.9: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2600.9: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2622.9: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2658.9: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2668.9: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2762.11: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2944.11: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 2949.46: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "const char*" is not allowed. "packet-smb.c", line 2958.9: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 3159.11: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 3164.46: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "const char*" is not allowed. "packet-smb.c", line 3176.9: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 3181.31: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "const char*" is not allowed. "packet-smb.c", line 3250.19: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 3341.19: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 3432.19: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 3811.14: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 4630.19: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 4708.17: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 4732.17: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 4860.22: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 6523.14: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 6661.14: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 6857.19: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 6925.14: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 7483.14: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 8509.18: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-smb.c", line 9082.18: 1506-068 (E) Operation between types "const char*" and "const unsigned char*" is not allowed. "packet-tcp.c", line 522.9: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed. "packet-telnet.c", line 150.91: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "char*" is not allowed. "packet-telnet.c", line 345.101: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "char*" is not allowed. "packet-telnet.c", line 368.97: 1506-280 (E) Function argument assignment between types "const unsigned char*" and "char*" is not allowed. "packet-x25.c", line 1056.35: 1506-280 (E) Function argument assignment between types "const char*" and "const unsigned char*" is not allowed.
- Follow-Ups:
- Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem
- From: Craig Rodrigues
- Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem
- Prev by Date: Re: [ethereal-dev] Re: [ethereal-users] Ethereal - Displaying IPX Net names and hostnames in capture mode?
- Next by Date: Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem
- Previous by thread: Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem
- Next by thread: Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem
- Index(es):