Wireshark-dev: Re: [Wireshark-dev] What is BASE_HEX_DEC

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
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) */