Hi Andrew, On 04/14/2016 07:33 PM, Andrew Zaborowski wrote: > In the current GVariant message format since about Jan 2015 there's no > body size field (it is reserved and must be sent as 0) or header size > information or signature. The message needs to be parsed as a single > GVariant blob if we want to split it into a header and a body. > --- > ell/dbus-kernel.c | 3 - > ell/dbus-message.c | 167 ++++++++++++++++++++++++++++++++++++++--------------- > ell/dbus-private.h | 16 ++++- > ell/dbus-util.c | 4 +- > ell/dbus.c | 4 +- > 5 files changed, 137 insertions(+), 57 deletions(-) > Applied, thanks. Regards, -Denis