Wireshark-commits: [Wireshark-commits] rev 35463: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 10 Jan 2011 21:23:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35463

User: sfisher
Date: 2011/01/10 01:23 PM

Log:
 Stop gcc warning about type-punned pointer breaks strict anti-aliasing
 rules.  (Is this the right fix?  I had to remove a now meaningless
 comparison of psm > 0x1000 (4096) since psm is now a guint8 not a guint16.)

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +3 -3      packet-btsdp.c    Modified