On Sat, Mar 12, 2011 at 12:09:57PM +0000, s...@wireshark.org wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36179 > > Log: > Use TRUE/FALSE for encoding_info to make it build.
- encoding_info = (guint)value_array[type_index].evs; + encoding_info = value_array[type_index].evs ? TRUE : FALSE; I obviously didn't encounter that problem on my 32-bit system. Your workaround will do for now, but as we now have data types (time) that will put additional stuff instead of only TRUE/FALSE into this call, I wanted to create a generic solution. What's the "correct" solution to this? Use a union? > Added packet-mndp.c to Makefile build. Thanks! I forgot completely :-/ Ciao Jörg -- Joerg Mayer <jma...@loplof.de> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe