commit | b42fd30f1dcd7943335215d97c4b3a80f88e28be | [log] [tgz] |
---|---|---|
author | guy <guy> | Sun Nov 25 01:48:46 2001 +0000 |
committer | guy <guy> | Sun Nov 25 01:48:46 2001 +0000 |
tree | dd8151384b9218d2b571132a952a82d95e12849e | |
parent | 743b38e71df3c10e42e99cff0de0c7d9177102cd [diff] |
From Heinz-Ado Arnolds <Ado.Arnolds@dhm-systems.de>: Print out IPX SAPs symbolically if "-n" not specified. Show the socket number in IPX packets as 4 hex digits, with zero-padding. Show the network number in IPX packets as 8 hex digits, with zero-padding. Use "htons()", not "ntohs()", in "init_eprotoarray()", as the argument is in host byte order (they do the same thing, but using "htons()" makes it clearer what's being done).