Bug#460918: bsdmainutils: [hexdump] swaps bytes when printing in default mode

2008-06-26 Thread Nahuel Greco
hexdump manpage says nothing about output or input endianness. If this non homogeneous behaviour is not a bug, please add a note about it in the manpage. On 6/25/08, Christoph Berg <[EMAIL PROTECTED]> wrote: > Re: Nahuel Greco 2008-01-15 <[EMAIL PROTECTED]> > > hexdump shows swapped bytes when du

Bug#460918: bsdmainutils: [hexdump] swaps bytes when printing in default mode

2008-06-25 Thread Christoph Berg
Re: Nahuel Greco 2008-01-15 <[EMAIL PROTECTED]> > hexdump shows swapped bytes when dumping in default mode (no flags). See > this: > > [EMAIL PROTECTED]:~$ echo abcd > /tmp/file > [EMAIL PROTECTED]:~$ hexdump /tmp/file > 000 6261 6463 000a > 005 > [EMAIL PROTECTED]:~$ hexdump -b

Bug#460918: bsdmainutils: [hexdump] swaps bytes when printing in default mode

2008-01-15 Thread Nahuel Greco
Package: bsdmainutils Version: 6.1.7 Severity: normal hexdump shows swapped bytes when dumping in default mode (no flags). See this: [EMAIL PROTECTED]:~$ echo abcd > /tmp/file [EMAIL PROTECTED]:~$ hexdump /tmp/file 000 6261 6463 000a 005 [EMAIL PROTECTED]:~$ hexdump -b /tmp/fil