Re: [tcpdump-workers] [tcpdump] IEEE float decoded incorrectly (#333)

2013-10-11 Thread Denis Ovsienko
01.10.2013, 06:11, "Michael Richardson" : > from > https://github.com/the-tcpdump-group/tcpdump/issues/333 > > details an issue where differences in arch and compiler result in different > extractions of floating point objects in LMP packets. Guy discovers it has > something to do with assumptions

Re: [tcpdump-workers] [tcpdump] IEEE float decoded incorrectly(#333)

2013-10-01 Thread David Laight
> from > https://github.com/the-tcpdump-group/tcpdump/issues/333 > > details an issue where differences in arch and compiler result in different > extractions of floating point objects in LMP packets. Guy discovers it has > something to do with assumptions about x86 SSE. > > and I think we might

Re: [tcpdump-workers] [tcpdump] IEEE float decoded incorrectly (#333)

2013-09-30 Thread Michael Richardson
from https://github.com/the-tcpdump-group/tcpdump/issues/333 details an issue where differences in arch and compiler result in different extractions of floating point objects in LMP packets. Guy discovers it has something to do with assumptions about x86 SSE. and I think we might find more exper