]> The Tcpdump Group git mirrors - tcpdump/commit
"%.f" is not a valid format string; you need a number after the ".".
authorguy <guy>
Tue, 10 Dec 2002 08:16:22 +0000 (08:16 +0000)
committerguy <guy>
Tue, 10 Dec 2002 08:16:22 +0000 (08:16 +0000)
commitc44ee4aace26a6fb06530cdac90861605392843f
tree5f0eb57fea0ecc6e8520ae9dc1c1d907923d7621
parent9c835793c46d08924150f8fca137077f2719f09b
"%.f" is not a valid format string; you need a number after the ".".
Use "%.3f".

The floating-point numbers in RSVP packets are stored in big-endian
format; extract them as such, so that when we process them as numbers
they're in native byte order, not network byte order.
print-rsvp.c