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 43392: /trunk/ /trunk/ui/gtk/: capture_file_dlg.c new_pa

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

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

Log:
 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/ui/gtk/
  Changes    Path                  Action
  +205 -8    capture_file_dlg.c    Modified
  +2 -4      new_packet_list.c     Modified

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