Wireshark-commits: [Wireshark-commits] master 6bd541f: ELF: update e_machine table, update links

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 Aug 2019 02:16:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6bd541f969d5550bd35bd3aa53ff2bde6c56f12d
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6bd541f by Peter Wu (peter@xxxxxxxxxxxxx):

    ELF: update e_machine table, update links
    
    Use HTTPS for links when possible and update the e_machine entries by
    post-processing a copy from the table on the website:
    
        awk -F $'\t' '$1 ~ /^EM/ && $3 ~ /./ {printf "    { %3d,  \"%s\" },\n", $2, $3}'
    
    Manually added the reserved entries for 182 and 184. Additionally added
    Linux kernel BPF (247) and C-SKY (252).
    
    Change-Id: I28ad07377a20499014437919da8e6871db2b8e59
    Ping-Bug: 16016
    Reviewed-on: https://code.wireshark.org/review/34346
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e9daf6c   WSUG: Clean up some menu item descriptions.
     add  6bd541f   ELF: update e_machine table, update links


Summary of changes:
 epan/dissectors/file-elf.c | 40 +++++++++++++++++++++++++++++++++-------
 1 file changed, 33 insertions(+), 7 deletions(-)