Wireshark-commits: [Wireshark-commits] rev 20581: /trunk/gtk/ /trunk/gtk/: gui_utils.c gui_utils.h

Date: Sun, 28 Jan 2007 02:49:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20581

User: sfisher
Date: 2007/01/28 02:49 AM

Log:
 From Douglas Pratley:
 
 This is a patch adding items to the context menus for the packet list
 and packet details panes for copying packet data to the clipboard.
 
 New menu item on packet list pane:
 Copy (sub menu) ->
         Summary (Text)          Copies fields displayed in the packet
 list, tab separated
         Summary (CSV)           Copies fields displayed in the packet
 list, comma separated
         Hex and Text            Copies data for the selected frame in
 hex-editor style (similar to Copy\All Information in packet bytes pane)
         Text Only               Copies data for the selected frame,
 dropping non-printable characters other than line breaks (similar to
 Copy\Text Only in packet bytes pane)
         Hex Columns             As Hex and Text but without text
         Hex Stream              Copies data for the selected frame as an
 unpunctuated list of hex values
         Binary Stream           Copies raw packet bytes to the clipboard
 as MIME type application/octet-stream

Directory: /trunk/gtk/
  Changes    Path             Action
  +71 -0     gui_utils.c      Modified
  +10 -0     gui_utils.h      Modified
  +23 -2     menu.c           Modified
  +27 -0     packet_list.c    Modified
  +12 -0     packet_list.h    Modified
  +152 -46   proto_draw.c     Modified
  +18 -1     proto_draw.h     Modified