aboutsummaryrefslogtreecommitdiffstats
path: root/wka
AgeCommit message (Collapse)AuthorFilesLines
2018-06-30packet-cisco-fp-mim.c: Add support for FP packets that contain an extra QinQ ↵Joerg Mayer1-0/+3
header Also: Minor style cleanups (some still missing) and add two FP specific WKAs. Change-Id: I908ec92ba4682caf8e9c9cc4fb44c2f9c336b4e3 Reviewed-on: https://code.wireshark.org/review/28535 Petri-Dish: Jörg Mayer <jmayer@loplof.de> Tested-by: Petri Dish Buildbot Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2018-03-07More licenses converted to SPDX.Dario Lombardo1-13/+1
Change-Id: Id4f987dcdacf06622d70263f4659a4400e30dc39 Reviewed-on: https://code.wireshark.org/review/26332 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-02-20Add a CheckPoint specific mac addressJoerg Mayer1-0/+1
Change-Id: Id9a30ed4d301c4c2d81fdf626d1134e9585c2f79 Reviewed-on: https://code.wireshark.org/review/25953 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2017-07-23Put the well-known addresses into a separate file from OUIsJoão Valverde1-0/+263
Having two distinct logical concepts (OUI and Well Known Address) concatenated to a single "manuf" file is needlessly obfuscating the WKA feature. Have a distinct "wka" file instead and just skip the cat. Change-Id: I46f53b0015a37331d65f8cfac7cbbd499dd0c5b8 Reviewed-on: https://code.wireshark.org/review/22742 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>