URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2d699aeb020415d355fb9f04339cae1badf7f16
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d2d699a by Michael Mann (mmann78@xxxxxxxxxxxx):
    Move all SigComp functionality to the SigComp dissector.
    
    While it does make packet-sigcomp.c much bigger, there's no reason for it to be in epan directory.
    
    Change-Id: I2d78c32de1d56e76578e610d4df586b5610d1b49
    Reviewed-on: https://code.wireshark.org/review/6682
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  160af3c   HTTP2: fix test failure on Solaris SPARC
    adds  d2d699a   Move all SigComp functionality to the SigComp dissector.
Summary of changes:
 epan/CMakeLists.txt              |    2 -
 epan/Makefile.common             |    4 -
 epan/dissectors/packet-sigcomp.c | 4005 +++++++++++++++++++++++++++++++++++++-
 epan/sigcomp-udvm.c              | 3223 ------------------------------
 epan/sigcomp-udvm.h              |   47 -
 epan/sigcomp_state_hdlr.c        |  884 ---------
 epan/sigcomp_state_hdlr.h        |   47 -
 7 files changed, 3999 insertions(+), 4213 deletions(-)
 delete mode 100644 epan/sigcomp-udvm.c
 delete mode 100644 epan/sigcomp-udvm.h
 delete mode 100644 epan/sigcomp_state_hdlr.c
 delete mode 100644 epan/sigcomp_state_hdlr.h