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 4413] Improve bitview display

Date: Wed, 21 Apr 2010 06:43:26 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4413

--- Comment #10 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2010-04-21 06:43:25 PDT ---
Created an attachment (id=4559)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4559)
Test patch for ip.flags.*

(In reply to comment #9)
> Have a look at ip.flags, which is currently not ok.

I have patch which fix display, but it's also changing display a little (extra
dots).

old dump from tshark:
#v+
    Flags: 0x02 (Don't Fragment)
        0.. = Reserved bit: Not set
        .1. = Don't fragment: Set
        ..0 = More fragments: Not set
#v-

new dump
#v+
    010. .... = Flags: 0x02 (Don't Fragment)
        0... .... = Reserved bit: Not set
        .1.. .... = Don't fragment: Set
        ..0. .... = More fragments: Not set
#v-

I haven't found better way. Maybe tomorrow.

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