Wireshark-commits: [Wireshark-commits] rev 53150: /trunk/epan/ /trunk/epan/: proto.h

Date: Thu, 07 Nov 2013 23:20:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53150

User: darkjames
Date: 2013/11/07 11:20 PM

Log:
 GCC on amd64 align header_field_info variables to 16-bytes, this cause problems with proto_register_fields_section().
 sizeof(void *) alignment should be enough, use it in HFI_INIT.
 
 This fixes http://www.wireshark.org/lists/wireshark-dev/201311/msg00069.html

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      proto.h       Modified