Wireshark mailing list archives

Re: What is BASE_HEX_DEC


From: Jeff Morriss <jeff.morriss.ws () gmail com>
Date: Sat, 18 Dec 2010 13:44:15 -0500

On 12/17/2010 05:41 PM, Straszheim Daryl-P26342 wrote:
Are there description comments for the enum values in the header file
where they are defined?

e.g.

BASE_DEC,     /* displayed as dec */
BASE_HEX,     /* displayed as hex */
BASE_DEC_HEX, /* displayed as dec(hex) */
BASE_HEX_DEC, /* displayed as hex(dec) */

Sure there are:

        BASE_DEC,       /**< decimal */
        BASE_HEX,       /**< hexadecimal */
        BASE_OCT,       /**< octal */
        BASE_DEC_HEX,   /**< decimal (hexadecimal) */
        BASE_HEX_DEC,   /**< hexadecimal (decimal) */
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: