Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43393: /trunk-1.8/ /trunk-1.8/ui/gtk/: capture_file_dlg.

Date: Wed, 20 Jun 2012 01:13:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43393

User: guy
Date: 2012/06/19 06:13 PM

Log:
 Copy over r43392 from trunk:
 
   ------------------------------------------------------------------------
   r43392 | guy | 2012-06-19 18:11:01 -0700 (Tue, 19 Jun 2012) | 10 lines
 
   If the file has an SHB comment or any packet comments, and the user
   tries to do "Save As" in a format for which we don't support comments
   (currently, we only support them for pcap-ng), ask whether they want to
   discard the comments and save anyway or, *if* the file can be saved in a
   format for which we *do* support comments, they want to save the file in
   some other format.
 
   Keep a count of packet comments so that we don't have to scan all the
   frame_data structures to determine whether we have any comments.

Directory: /trunk-1.8/ui/gtk/
  Changes    Path                  Action
  +205 -8    capture_file_dlg.c    Modified
  +2 -4      new_packet_list.c     Modified

Directory: /trunk-1.8/
  Changes    Path          Action
  +1 -0      cfile.h       Modified
  +48 -6     file.c        Modified
  +12 -0     file.h        Modified