aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-elf.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+1
2013-10-25Fix CID 1111806: it's not safe to check if "tag < sizeof(tag_to_type)" beforeJeff Morriss1-4/+5
2013-10-25Fix CID 1111814: segment_item is set but not used (in one conditional).Jeff Morriss1-4/+5
2013-10-23Fix the last of the 32/64 conversion errors and re-enable ELF dissection.Evan Huus1-8/+8
2013-10-23From Michal Labedzki:Anders Broman1-48/+58
2013-10-23From Michal Labedzki viaEvan Huus1-0/+2440