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 40678: /trunk/ /trunk/ui/win32/: file_dlg_win32.c /trunk

Date: Mon, 23 Jan 2012 23:17:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40678

User: guy
Date: 2012/01/23 03:17 PM

Log:
 In the table of capture file types, have:
 
 	a field that gives the default extension for the file type,
 	*without* a leading "." (i.e., just the extension, not the "."
 	that separates it from the rest of the file name), which is NULL
 	if there are no known extensions;
 
 	a field that gives a semicolon-separated list of *other*
 	extensions, without "*." or ".", which is NULL if there are no
 	known extensions or there are no known extensions other than the
 	default.
 
 Rename wtap_file_extension_default_string() to
 wtap_default_file_extension() (matches the name of the field).

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

Directory: /trunk/wiretap/
  Changes    Path             Action
  +104 -82   file_access.c    Modified
  +1 -1      wtap.def         Modified
  +8 -6      wtap.h           Modified