aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-exablaze.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-08Disable greedy heuristic dissectors by defaultJason Cohen1-1/+1
Exablaze and Metamako ethernet trailer dissector heuristics are not specific enough to limit the data they comsume and identiy as the respective trailers. Disable by default. Fixes: #16898
2018-06-30Exablaze: Fix signed/unsigned comparisonUli Heilmeier1-1/+1
Change-Id: Ibfdb86a6590921039634f0e4a8e48099d13a2d20 Reviewed-on: https://code.wireshark.org/review/28530 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-06-21Add dissector for Exablaze timestamping trailersKa-Shu Wong1-0/+206
Change-Id: I2953b7441b5f55f653e93e066f1c23fdcb5be7c5 Reviewed-on: https://code.wireshark.org/review/28265 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>