Wireshark-commits: [Wireshark-commits] rev 52775: / /trunk/epan/dissectors/: Makefile.common file-e

Date: Wed, 23 Oct 2013 01:36:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52775

User: eapache
Date: 2013/10/23 01:36 AM

Log:
 From Michal Labedzki via
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8818
 
 Add support for dissection ELF files. It opens as a "capture" file via wiretap
 at the moment for simplicity's sake, but the intention is eventually to have
 this (and other file types we dissect) open through some other program sharing
 much of the libwireshark infrastructure.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +1 -0      Makefile.common     Modified
  +2440 -0   file-elf.c          Added
  +11 -30    packet-netsync.c    Modified

Directory: /trunk/epan/
  Changes    Path               Action
  +2 -0      CMakeLists.txt     Modified
  +2 -0      Makefile.common    Modified
  +45 -0     dwarf.c            Added
  +9 -0      dwarf.h            Added

Directory: /trunk/wiretap/
  Changes    Path           Action
  +3 -1      mime_file.c    Modified