Wireshark-commits: [Wireshark-commits] master-1.12 5411d70: epl: Make detection of duplication fram
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5411d70e2ea8b90932161605b7576590d5c2eb5b
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
5411d70 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
epl: Make detection of duplication frame optional
The detection seems to work in most cases, but the number
of false-positive detections is still very high (around 20%)
Therefore the detection is changed to optional, with an option
to enable it if necessary.
Bug: 11341
Change-Id: I94ed281b826c80674e6fce09bdd0bd9c12a0ff79
Reviewed-on: https://code.wireshark.org/review/9657
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 6be36c1 GSM RLC/MAC: fix an infinite loop when analyzing (E)GPRS header
adds 5411d70 epl: Make detection of duplication frame optional
Summary of changes:
epan/dissectors/packet-epl.c | 212 ++++++++++++++++++++++--------------------
1 file changed, 110 insertions(+), 102 deletions(-)