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 <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
