aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dwarf.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-24From Michal Labedzki viaEvan Huus1-1/+38
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8818 Add correct license headers, $Id$ fields and modelines to the common dwarf files. svn path=/trunk/; revision=52813
2013-10-23From Michal Labedzki viaEvan Huus1-0/+9
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. svn path=/trunk/; revision=52775