In the table of capture file types, have:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Jan 2012 23:17:03 +0000 (23:17 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Jan 2012 23:17:03 +0000 (23:17 +0000)
commit6eab4cfa5441bc56efe266b5824faaca31a04f27
tree7bfbe6e77a100f1886d6e53a4f93300eb84f2dfa
parentea3f8cf6127ac33ac19acb823efc8ee63b51a9e0
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).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40678 f5534014-38df-0310-8fa8-9805f1628bb7
ui/win32/file_dlg_win32.c
wiretap/file_access.c
wiretap/wtap.def
wiretap/wtap.h