From f23198905c4e943a019acc0a7210d4e586650425 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Mon, 26 Nov 2012 13:51:39 +0400 Subject: mem: add the swab (swap bytes) option to memory_display() Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- net/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/net.c') diff --git a/net/net.c b/net/net.c index 3ac098fcff..639bc2d985 100644 --- a/net/net.c +++ b/net/net.c @@ -511,7 +511,7 @@ static void net_bad_packet(unsigned char *pkt, int len) * We received a bad packet. for now just dump it. * We could add more sophisticated debugging here */ - memory_display(pkt, 0, len, 1); + memory_display(pkt, 0, len, 1, 0); #endif } -- cgit v1.2.3