From: Francois-Xavier Le Bail Date: Sat, 18 Nov 2017 10:52:52 +0000 (+0100) Subject: Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS() X-Git-Tag: tcpdump-4.99-bp~1766 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/577621026df8d4a33a34d4e125f9ec964fc0e53c?hp=577621026df8d4a33a34d4e125f9ec964fc0e53c Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS() It indicates clearly that these macros are used to extract big-endian integral values. ---