ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42800: /trunk/ /trunk/ui/qt/: main_window.cpp /trunk/ui/

Date: Wed, 23 May 2012 03:05:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42800

User: guy
Date: 2012/05/22 08:05 PM

Log:
 In Windows, in the Save As and Export Selected Packets dialog, append
 the default extension for the file type iff
 
 	the file type we're using has a list of extensions;
 
 	the file has no extension or it has one but it's not one of the
 	ones in the list.
 
 *Don't* expect a file extension to be at most 5 characters plus the dot
 - the extension for pcap-ng, our default capture file type, is "pcapng",
 and that's 6 characters!

Directory: /trunk/ui/qt/
  Changes    Path               Action
  +1 -1      main_window.cpp    Modified

Directory: /trunk/ui/win32/
  Changes    Path                Action
  +59 -9     file_dlg_win32.c    Modified

Directory: /trunk/wiretap/
  Changes    Path             Action
  +11 -5     file_access.c    Modified
  +1 -1      wtap.h           Modified