http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40494
User: guy
Date: 2012/01/14 01:16 AM
Log:
In the list of supported file types, put the file type of the file being
saved at the beginning of the list, if it's supported (it might not be
if we don't support writing that file format). If that happens to be
pcap, put pcap-NG right after it (if we can write something out as pcap,
we can always write it out as pcap-NG); if it happens to be pcap-NG, put
pcap right after it if it's supported (if it has per-packet
encapsulation, pcap won't be supported).
Directory: /trunk/gtk/
Changes Path Action
+55 -27 capture_file_dlg.c Modified