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 43315: /trunk/ /trunk/: file.c /trunk/ui/win32/: file_dl

Date: Sun, 17 Jun 2012 16:44:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43315

User: guy
Date: 2012/06/17 09:44 AM

Log:
 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/
  Changes    Path          Action
  +2 -2      file.c        Modified

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

Directory: /trunk/wiretap/
  Changes    Path             Action
  +15 -10    file_access.c    Modified
  +1 -0      wtap.def         Modified
  +7 -0      wtap.h           Modified