http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1676
------- Comment #8 from guy@xxxxxxxxxxxx 2007-07-10 16:58 GMT -------
The change in the patch is same as the change I'd checked in before closing the
bug.
The ERF problem is a separate problem; it looks as if it's a GLib problem, as
one of the offending lines is
packet_size = g_ntohs(header.rlen) - sizeof(header);
which doesn't explicitly contain any asms, but GLib's g_ntohs() uses asm on
x86.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.