Wireshark-commits: [Wireshark-commits] rev 21968: /trunk/wiretap/ /trunk/wiretap/: configure.in csi

Date: Mon, 28 May 2007 06:47:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21968

User: guy
Date: 2007/05/28 06:47 AM

Log:
 Change the Wiretap code so that it doesn't dereference
 possibly-unaligned pointers, and turn on -Wcast-align so at least some
 future code that does that will fail to compile.

Directory: /trunk/wiretap/
  Changes    Path            Action
  +1 -4      configure.in    Modified
  +8 -16     csids.c         Modified
  +146 -142  libpcap.c       Modified
  +46 -14    wtap-int.h      Modified