wireshark/plugins/h223
Sebastien Tandel 76729e5d0f 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'.

svn path=/trunk/; revision=21975
2007-05-29 02:43:18 +00:00
..
AUTHORS
COPYING First check in of yhe h223 plugin, not part of the build script yet. 2005-10-03 18:53:52 +00:00
ChangeLog
Makefile.am Get rid of trailing blank lines. 2007-05-27 18:35:55 +00:00
Makefile.common name change 2006-05-21 05:12:17 +00:00
Makefile.nmake Use $(PLUGIN_LDFLAGS) for LDFLAGS. 2007-05-27 18:56:39 +00:00
golay.c name change 2006-05-21 05:12:17 +00:00
golay.h name change 2006-05-21 05:12:17 +00:00
moduleinfo.h First check in of yhe h223 plugin, not part of the build script yet. 2005-10-03 18:59:41 +00:00
moduleinfo.nmake This is to test the waters. 2006-12-04 23:12:04 +00:00
packet-h223.c From David Howells : 2007-05-29 02:43:18 +00:00
packet-h223.h name change 2006-05-21 05:12:17 +00:00
packet-srp.c Ethereal->Wireshark 2006-05-28 16:32:49 +00:00
packet-srp.h name change 2006-05-21 05:12:17 +00:00
plugin.rc.in Modification of version resource. 2007-01-25 07:42:10 +00:00