Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4968] DSCP column can't be displayed as decimal

Date: Fri, 2 Jul 2010 14:10:28 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4968

--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2010-07-02 14:10:27 PDT ---
There was no *need* for a custom column prior to 1.4; you could just add a
column of type "IP DSCP Value".  You could also add a custom column for
"ip.dsfield.dscp", but it would display the resolved value of the field.

What happened in 1.4 was that we got rid of several column types that could be
done with custom columns; that meant that the column would display the same way
the field displays in the packet details.

If you want to have the DS codepoint display in decimal, rather than hex, we
could, as noted, change it to display as decimal in the packet details, or a
decimal+hex or hex+decimal.  We won't be providing an option to make it display
one way when used as a custom column and another way in the packet details,
other than resolved vs. unresolved, however (and won't be implementing this as
a specialized option solely for the DS codepoint).

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.