*) port numbers are printed MSB->LSB as if someone did a printf("%04x",
portnum);
*) internet numbers are printed LSB-)MSB as if someone was dumping the bytes
one-by-one.
Damn non-network-byte-order intel architecture.
Lord knows what would break if you made the two consistent (either both host
order or both network order; I'd prefer the latter).
--- Bob Forsman thoth@gainesville.fl.us http://www.gainesville.fl.us/~thoth/