dect
/
libdect
Archived
13
0
Fork 0

s_fmt: dump <IWU-TO-IWU> contents

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-08-04 10:49:16 +02:00
parent 4a241273ff
commit bec233ed6c
1 changed files with 2 additions and 0 deletions

View File

@ -1909,6 +1909,8 @@ static void dect_sfmt_dump_iwu_to_iwu(const struct dect_ie_common *_ie)
dect_val2str(dect_iwu_to_iwu_sr, buf, ie->sr));
sfmt_debug("\tProtocol Discriminator: %s\n",
dect_val2str(dect_iwu_to_iwu_pds, buf, ie->pd));
sfmt_debug("\tContent length: %u\n", ie->len);
dect_hexdump(DECT_DEBUG_SFMT, "\tInformation", ie->data, ie->len);
}
static int dect_sfmt_parse_iwu_to_iwu(const struct dect_handle *dh,