URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=67dfb53dcf7bb6f4ac75dfe700cd0985e0e2ffa3
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
67dfb53 by Jaap Keuter (jaap.keuter@xxxxxxxxx):
eth: add dst and src specific local/group fields
The local and group address flags are shared between destination and
source addresses. This makes filtering difficult sometimes. Create
unique fields for them, while moving the existing fields into hiding.
This breaks the output format tests, so the baseline files need to be
updated as well. At the same time document how this can be done.
Bug: 15955
Change-Id: I849bb306f044c09d4ed0836fe92fef8981912500
Reviewed-on: https://code.wireshark.org/review/34139
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from af59b00 Qt: Check for invalid filters after coloring rules import
add 67dfb53 eth: add dst and src specific local/group fields
Summary of changes:
epan/dissectors/packet-eth.c | 72 +++++++++++++++++++++++-----
test/README.test | 6 +++
test/baseline/dhcp.ek | 8 ++--
test/baseline/dhcp.json | 16 +++++++
test/baseline/dhcp.jsonraw | 112 +++++++++++++++++++++++++++++++++++++++++++
5 files changed, 198 insertions(+), 16 deletions(-)