ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 8eddb16: epan: Remove unnecessary all protocols regis

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Aug 2018 23:22:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8eddb1650d482f5eecc712967d10bba7450a2f5c
Submitter: "João Valverde <j@xxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8eddb16 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    epan: Remove unnecessary all protocols registration callback
    
    We are exporting a registration function from libwireshark just
    to have it passed back as a callback. Seems unnecessary.
    
    Change-Id: I7621005c9be11691d319102326824c5e3520a6f3
    Reviewed-on: https://code.wireshark.org/review/29328
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  b6ba314   IPv6: Add comment explaining frag_plen
     add  8eddb16   epan: Remove unnecessary all protocols registration callback


Summary of changes:
 debian/libwireshark0.symbols        |  3 ---
 dftest.c                            |  4 +---
 epan/epan.c                         | 25 ++++++++++---------------
 epan/epan.h                         |  6 ++----
 epan/proto.c                        | 20 +++++++++++++-------
 epan/proto.h                        |  5 +++--
 epan/{register.h => register-int.h} | 37 ++++++++-----------------------------
 epan/register.h                     | 37 -------------------------------------
 epan/stats_tree.h                   |  1 -
 epan/wslua/init_wslua.h             |  1 -
 rawshark.c                          |  4 +---
 sharkd.c                            |  4 +---
 tfshark.c                           |  4 +---
 tools/oss-fuzzshark/fuzzshark.c     |  2 +-
 tshark.c                            |  4 +---
 ui/qt/about_dialog.cpp              |  1 -
 ui/qt/main.cpp                      |  3 +--
 17 files changed, 43 insertions(+), 118 deletions(-)
 copy epan/{register.h => register-int.h} (54%)