Wireshark-commits: [Wireshark-commits] rev 45838: /trunk/ /trunk/epan/: frame_data.h packet.h /trun

Date: Tue, 30 Oct 2012 19:21:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45838

User: gerald
Date: 2012/10/30 12:21 PM

Log:
 Update the Qt byte view widget to reflect the recent changes in the GTK+
 byte view.
 
 Move the packet_char_enc enum from packet.h to frame_data.h. Make the
 encoding flag a packet_char_enc and make it one bit.
 
 Get rid of the "cfile" global in a few places. C++-ize some of the font
 code. Clean up some variable names.

Directory: /trunk/epan/
  Changes    Path            Action
  +8 -3      frame_data.h    Modified
  +0 -6      packet.h        Modified

Directory: /trunk/ui/qt/
  Changes    Path                       Action
  +101 -12   byte_view_tab.cpp          Modified
  +5 -1      byte_view_tab.h            Modified
  +272 -516  byte_view_text.cpp         Modified
  +47 -11    byte_view_text.h           Modified
  +5 -0      main_window.cpp            Modified
  +1 -0      main_window.h              Modified
  +2 -0      main_window_slots.cpp      Modified
  +17 -19    monospace_font.cpp         Modified
  +2 -2      monospace_font.h           Modified


(6 files not shown)