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 0940595: openSAFETY, EPL: Fix heuristic for false-pos

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

Commits:

0940595 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    openSAFETY, EPL: Fix heuristic for false-positives
    
     - Adding a typedefinition which can be deactivated, so
       that certain types of frames are only detected in their
       respective transport protocols
     - Rename bytes array as it is a key-word for some IDEs and
       hinders syntax checking
     - Add node info to the time request from/by fields
     - EPL: add message type to heuristic dissection call
    
    Change-Id: Ia572bb68fc1d24d70e72b77867f0dad323b055b9
    Reviewed-on: https://code.wireshark.org/review/750
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a04f610   Add debug printing functions for conversations, sip, sdp, rtp
    adds  0940595   openSAFETY, EPL: Fix heuristic for false-positives


Summary of changes:
 epan/dissectors/packet-epl.c        |   22 +++----
 epan/dissectors/packet-opensafety.c |  109 +++++++++++++++++++++++++----------
 2 files changed, 88 insertions(+), 43 deletions(-)