librpc/ndr: add support for relative_short pointers
commitf0054da041b961bde25f63791d3b33cc834bd365
authorMatthieu Patou <mat@matws.net>
Thu, 10 Dec 2009 07:04:48 +0000 (10 10:04 +0300)
committerStefan Metzmacher <metze@samba.org>
Sat, 12 Dec 2009 09:21:22 +0000 (12 10:21 +0100)
treed708d6ecc65c0999ba26927c0cd5c20594d568c8
parent5767b1dacc546baef1db569315ba1309bbb99566
librpc/ndr: add support for relative_short pointers

relative_short is like relative but instead of having the offset coded on 4 bytes
it's coded on 2 bytes. Such things happen in GET_DFS_REFERAL messages.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
librpc/ndr/ndr.c
librpc/ndr/ndr_basic.c