http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43316
User: guy
Date: 2012/06/17 09:45 AM
Log:
Copy over r43315 from the trunk:
------------------------------------------------------------------------
r43315 | guy | 2012-06-17 09:44:09 -0700 (Sun, 17 Jun 2012) | 5 lines
Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes a
file type and a GArray of encapsulation types and returns TRUE if a
capture with all those encapsulation types can be written to a file in
that file type and FALSE otherwise. Use it where appropriate.
Directory: /trunk-1.8/
Changes Path Action
+2 -2 file.c Modified
Directory: /trunk-1.8/ui/win32/
Changes Path Action
+3 -16 file_dlg_win32.c Modified
Directory: /trunk-1.8/wiretap/
Changes Path Action
+15 -10 file_access.c Modified
+1 -0 wtap.def Modified
+7 -0 wtap.h Modified