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 f7ac077: Create a subdissector table for juniper payl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Nov 2014 13:56:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7ac077630689d917e61aa7972f708fd45ce267b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f7ac077 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Create a subdissector table for juniper payload protocols.
    
    Change-Id: I60fd9c6c486b9b3b90e32fb9ccce3973569cc2ee
    Reviewed-on: https://code.wireshark.org/review/5204
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  8153cbc   Try to fix wsluarm dependency.
    adds  f7ac077   Create a subdissector table for juniper payload protocols.


Summary of changes:
 epan/dissectors/Makefile.common                    |    1 +
 epan/dissectors/packet-chdlc.c                     |    2 +
 epan/dissectors/packet-eth.c                       |    2 +
 epan/dissectors/packet-fr.c                        |    2 +
 epan/dissectors/packet-ip.c                        |    3 +
 epan/dissectors/packet-ipv6.c                      |    3 +
 epan/dissectors/packet-juniper.c                   |  243 +++++++-------------
 .../dissectors/packet-juniper.h                    |   40 +++-
 epan/dissectors/packet-llc.c                       |    4 +
 epan/dissectors/packet-mpls.c                      |    5 +
 epan/dissectors/packet-osi.c                       |   22 +-
 epan/dissectors/packet-ppp.c                       |    2 +
 epan/dissectors/packet-q933.c                      |    2 +
 13 files changed, 157 insertions(+), 174 deletions(-)
 copy codecs/G722/G722decode.h => epan/dissectors/packet-juniper.h (56%)