URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a8c7beb07074168a15fc1c99972acc09701fde71
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
a8c7beb by Joerg Mayer (jmayer@xxxxxxxxx):
Use symbolic values for Cisco's LLC PIDs
Change-Id: I4cc99cef1e52fcce308608dd95befa2286787b16
Reviewed-on: https://code.wireshark.org/review/35728
Petri-Dish: Jörg Mayer <jmayer@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 58949b7 DOIP: Trivial typo fixed
add a8c7beb Use symbolic values for Cisco's LLC PIDs
Summary of changes:
epan/CMakeLists.txt | 1 +
epan/cisco_pid.h | 42 ++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-bpdu.c | 10 ++++-----
epan/dissectors/packet-cdp.c | 4 ++--
epan/dissectors/packet-cgmp.c | 3 ++-
epan/dissectors/packet-cisco-oui.c | 35 ++++++++++++++++---------------
epan/dissectors/packet-dtp.c | 3 ++-
epan/dissectors/packet-pagp.c | 3 ++-
epan/dissectors/packet-udld.c | 5 ++---
epan/dissectors/packet-vtp.c | 3 ++-
10 files changed, 79 insertions(+), 30 deletions(-)
create mode 100644 epan/cisco_pid.h