Wireshark-commits: [Wireshark-commits] rev 53421: /trunk/ui/ /trunk/ui/qt/: follow_stream_dialog.cp

Date: Mon, 18 Nov 2013 23:39:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53421

User: gerald
Date: 2013/11/18 11:39 PM

Log:
 Follow dialog data display improvements.
 
 Change the "Raw" character type to UTF-8. I'm not sure it's possible
 to show true raw data in a QTextEdit widget and calling it UTF-8 more
 accurately repesents what happens when you pass a char * to a QString.
 Add a YAML display. Hopefully Scapy users will find it useful.
 
 Sort the the character display items alphabetically. Make sure we go
 back to the top of the buffer when we change the direction or character
 set. Be less aggressive about setting focus on the "find text" entry.

Directory: /trunk/ui/qt/
  Changes    Path                        Action
  +89 -68    follow_stream_dialog.cpp    Modified
  +1 -1      follow_stream_dialog.h      Modified
  +3 -28     follow_stream_dialog.ui     Modified

Directory: /trunk/ui/
  Changes    Path          Action
  +2 -1      follow.h      Modified