aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-elf.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-0/+3
2013-12-14Fix bug found by VS Code Analysis:Bill Meier1-101/+101
2013-12-12Fix Visual Studio Code Analysis warning C6385: Invalid data: accessing 'tag_t...Chris Maynard1-1/+1
2013-11-24Create/use some extended value_strings;Bill Meier1-16/+20
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki1-5/+4
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