Ethereal-dev: [Ethereal-dev] packet-dcerpc-epm.c - isn't the version little-endian

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Yaniv Kaul <ykaul@xxxxxxxxxxxxxx>
Date: Thu, 06 Nov 2003 14:32:11 +0200
From packet-dcerpc-epm.c, line 357:
guint16 version = tvb_get_ntohs(tvb, offset+17);

However, according to http://www.opengroup.org/onlinepubs/9629399/chap6.htm#tagcjh_11_02_03_01 I suspect that it should be little-endian.
Can anyone confirm this?