]> The Tcpdump Group git mirrors - tcpdump/commit
Add macros to fetch big-endian 4-byte and 8-byte IEEE floating point.
authorGuy Harris <[email protected]>
Sun, 25 Feb 2024 20:26:30 +0000 (12:26 -0800)
committerGuy Harris <[email protected]>
Sun, 25 Feb 2024 23:39:49 +0000 (15:39 -0800)
commit0a7ba51676c6dfdbc22925078289ce82e9a171c9
tree37a5a27b0c2892a234cb42d59481b56d773e73af
parent0a9b4207401455ac1d6cc6a7979c7b6a4be5cf39
Add macros to fetch big-endian 4-byte and 8-byte IEEE floating point.

Bury the union-of-float-and-unsigned-int hack inside inline functions
and define macros to call them, rather than doing the same trick in
several dissectors.
extract.h
print-bgp.c
print-isoclns.c
print-lmp.c
print-ospf.c
print-rsvp.c