]> The Tcpdump Group git mirrors - tcpdump/commit
From Heinz-Ado Arnolds <[email protected]>:
authorguy <guy>
Sun, 25 Nov 2001 01:48:46 +0000 (01:48 +0000)
committerguy <guy>
Sun, 25 Nov 2001 01:48:46 +0000 (01:48 +0000)
commitb42fd30f1dcd7943335215d97c4b3a80f88e28be
treedd8151384b9218d2b571132a952a82d95e12849e
parent743b38e71df3c10e42e99cff0de0c7d9177102cd
From Heinz-Ado Arnolds <[email protected]>:

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).
addrtoname.c
interface.h
print-ipx.c