ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master e0556fa: EPL: Enable PLK to display OD entries

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Mar 2014 14:39:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0556fa47ffbd8e866e04462393b1876259faf61
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e0556fa by Lukas Emersberger (lukas.emersberger@xxxxxxxxxxxxxxxxxxx):

    EPL: Enable PLK to display OD entries
    
      Each package is dissected using a reference to object indeces, so
      that in the view of the dissector output, a clear indication
      to what the index means and what the subindices mean is given.
      Additional special entries (mappings, timestamps) have their own hf
      fields, and can be searched for via display filter.
    
    Signed-off-by: Lukas Emersberger <lukas.emersberger@xxxxxxxxx>
    Change-Id: I928c11a9f4a5b762c8947713a0f70e03bd711158
    Reviewed-on: https://code.wireshark.org/review/730
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Lukas Emersberger <lukas.emersberger@xxxxxxxxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  25826ad   Fix using '%hh' for printf format because MS Visual C++ is lame
    adds  e0556fa   EPL: Enable PLK to display OD entries


Summary of changes:
 epan/dissectors/packet-epl.c |  719 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 649 insertions(+), 70 deletions(-)