aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-elf.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-170/+170
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-5/+5
2023-09-06Clean up some hf blurbsMartin Mathieson1-2/+2
2023-04-20Use rval_to_str_const() when no specifier in 'unknown' stringMartin Mathieson1-2/+2
2022-10-12ELF: Replace tvb_get_const_stringz()João Valverde1-9/+9
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2020-09-24More dissector spelling fixes.Martin Mathieson1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-2/+2
2020-07-07Fix Wpointer-sign warnings.Anders Broman1-5/+5
2019-08-24ELF: do not create lots of tree items for Entry Size 1Peter Wu1-2/+4
2019-08-24ELF: update e_machine table, update linksPeter Wu1-7/+33
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-05-18elf: fix unintented sign extension.Dario Lombardo1-3/+3
2018-05-15dissectors: fix uint to int wrong sign promotion.Dario Lombardo1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-02Add ENC_VARINT_QUICAlexis La Goutte1-3/+3
2017-11-20file-elf: remove unuseful check (found by Clang 6).Dario Lombardo1-1/+1
2017-11-19Move dissect_leb128 to file-elf.cMichael Mann1-1/+22
2017-11-19dissect_uleb128 -> tvb_get_varint/proto_tree_add_item_ret_lengthMichael Mann1-14/+7
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-21/+21
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-05-26Remove proto_tree_add_text from file-elf.cMichael Mann1-19/+63
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-03Squelch some "can't happen in reality" warnings.Guy Harris1-3/+3
2014-12-03elf: fix .eh_frame parsing, add expert info for bad CIE lengthPeter Wu1-121/+146
2014-11-28elf: fix FDE Count formattingPeter Wu1-3/+4
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-11-23elf: separate ett for program and sections entriesPeter Wu1-4/+12
2014-08-02Add a cast to squelch a warning.Guy Harris1-1/+1
2014-06-22When setting entry_tree, set entry_item as well.Guy Harris1-2/+2
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-55/+32
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
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