http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21975
User: standel
Date: 2007/05/29 02:43 AM
Log:
From David Howells :
Fix compilation failures when building wireshark-0.99.6-SVN-21916 on an
x86_64-unknown-linux-gnu target with gcc version 4.1.2 20070403 (Red Hat
4.1.2-8).
The failures fall into two categories:
(1) Casts between pointers and 32-bit integers without an intermediary cast
via 'long' or 'unsigned long'. This results in a compiler warning complaining
about casts between a pointer and an integer of a different size.
(2) Passing values to "%lld" or similar printf-style format options that the
compiler thinks are a different size. Such values need to be cast to 'long
long' or 'unsigned long long'.
Directory: /trunk/epan/dissectors/
Changes Path Action
+5 -5 packet-ansi_801.c Modified
+5 -5 packet-ieee80211.c Modified
Directory: /trunk/epan/
Changes Path Action
+2 -2 emem.c Modified
+1 -1 packet.c Modified
+3 -3 proto.c Modified
+2 -2 stream.c Modified
Directory: /trunk/gtk/
Changes Path Action
+4 -4 ansi_a_stat.c Modified
+2 -2 ansi_map_stat.c Modified
+1 -1 column_prefs.c Modified
+3 -3 conversations_table.c Modified
+2 -2 dcerpc_stat.c Modified
(18 files not shown)