URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=28cb63cc0063be443786f6ea3f9d4dcd8f116ad1
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
28cb63c by John Tapparo (j.tapparo@xxxxxx):
f5ethtrailer - Dissect BIG-IP v15 low noise trailer
Bug: 15876
Add code to understand the version 3 "low noise" trailer.
Dissect fields added in the version 3 trailer.
Re-organize the "ingress" field from trailer version <= 2 to a flags field for
version >= 3. Mark the f5ethtrailer.ingress field as a gerenated field in
version 3 and higher so that users can still use it for filtering, but move the
"real" ingress to be part of the flags.
Change-Id: I946e91e6b482ee5bd4e6d5a9c2523613a607c609
Reviewed-on: https://code.wireshark.org/review/33743
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 8094ad8 macOS: Fix our token wait.
add 28cb63c f5ethtrailer - Dissect BIG-IP v15 low noise trailer
Summary of changes:
epan/dissectors/packet-f5ethtrailer.c | 72 +++++++++++++++++++++++++++++++----
1 file changed, 64 insertions(+), 8 deletions(-)