Wireshark-commits: [Wireshark-commits] rev 54495: /trunk/wiretap/ /trunk/wiretap/: file_access.c wt
Date: Mon, 30 Dec 2013 06:43:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54495

User: guy
Date: 2013/12/30 06:43 AM

Log:
 For file formats that don't have magic numbers, so they're recognized by
 heuristics, but do have a file extension that files of that format are
 likely to have, use the extension of the file we're opening, if it has
 one, as a hint for which heuristics to try first.

Directory: /trunk/wiretap/
  Changes    Path             Action
  +321 -63   file_access.c    Modified
  +53 -1     wtap.h           Modified