Wireshark-commits: [Wireshark-commits] master e7fd1bf: Reduce epan dependence on dissectors by havi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Mar 2015 05:30:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e7fd1bfdf75a76c1d39f9ba809a40e3c0859c7fa
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e7fd1bf by Michael Mann (mmann78@xxxxxxxxxxxx):

    Reduce epan dependence on dissectors by having print module "cache" the protocol and field ids that it needs.
    
    Change-Id: I4ec48067e9ca2cbe88e1cf2e6c9dc1e382379221
    Reviewed-on: https://code.wireshark.org/review/7767
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  019c3af   1.99.5 → 1.99.6.
    adds  e7fd1bf   Reduce epan dependence on dissectors by having print module "cache" the protocol and field ids that it needs.


Summary of changes:
 debian/libwireshark0.symbols    |    6 ------
 epan/dissectors/Makefile.common |    1 -
 epan/dissectors/packet-data.c   |    1 -
 epan/dissectors/packet-data.h   |   33 ---------------------------------
 epan/dissectors/packet-frame.c  |   10 +++++-----
 epan/dissectors/packet-frame.h  |    9 ---------
 epan/epan.c                     |    2 ++
 epan/print.c                    |   21 +++++++++++++++++++--
 epan/print.h                    |    2 ++
 file.c                          |    1 -
 10 files changed, 28 insertions(+), 58 deletions(-)
 delete mode 100644 epan/dissectors/packet-data.h