Wireshark-commits: [Wireshark-commits] rev 50447: /trunk/ /trunk/docbook/: release-notes.asciidoc /

Date: Mon, 08 Jul 2013 16:54:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50447

User: gerald
Date: 2013/07/08 09:54 AM

Log:
 New Qt feature: Show related packet list items in the frame number
 column. Conversation spans (setup frame to last frame) are shown with a
 square bracket. Linked frames are shown with a circle.
 
 Use correct column justifications in Qt. Move common
 justification-related packet list code to ui/packet_list_utils.[ch].
 
 Add a last_frame element to conversation_t.

Directory: /trunk/docbook/
  Changes    Path                      Action
  +1 -0      release-notes.asciidoc    Modified

Directory: /trunk/epan/
  Changes    Path              Action
  +6 -2      conversation.c    Modified
  +2 -0      conversation.h    Modified

Directory: /trunk/ui/gtk/
  Changes    Path             Action
  +5 -75     packet_list.c    Modified

Directory: /trunk/ui/qt/
  Changes    Path                           Action
  +2 -0      CMakeLists.txt                 Modified
  +2 -0      Makefile.common                Modified
  +2 -0      QtShark.pro                    Modified
  +22 -9     packet_list.cpp                Modified
  +6 -1      packet_list.h                  Modified
  +33 -5     packet_list_model.cpp          Modified
  +3 -6      packet_list_record.cpp         Modified


(8 files not shown)