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(-)