Wireshark mailing list archives

Re: [Wireshark-commits] rev 43497: /trunk/epan/ /trunk/epan/: expert.c


From: Pascal Quantin <pascal.quantin () gmail com>
Date: Wed, 27 Jun 2012 00:18:15 +0200

Hi,

Le 27/06/2012 00:12, Bill Meier a écrit :
On 6/26/2012 3:36 PM, pascal () wireshark org wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43497

User: pascal
Date: 2012/06/26 12:36 PM

Log:
  Display expert codes in hexadecimal (less painful for my eyes :))


The real question:

Why are the essentially meaningless numeric values for the expert
codes now being shown in the expert messages ?

Wireshark 1.6 doesn't show the numeric values (which is the way I
think it should be).

What changed ?
This is due to the now forbidden usage of BASE_NONE with FT_(U)INT* done
in r43412.
I first used a BASE_CUSTOM to get completely rid of the numeric display
but then nice filters like expert.severity == "Note" were not working
anymore :( Thus the tradeoff with the hexadecimal display.
But I agree with you: it would be better to get rid of them.

Regards,
Pascal.
___________________________________________________________________________
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: