aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2020-01-28 07:12:42 +0100
committerAnders Broman <a.broman58@gmail.com>2020-01-30 08:25:51 +0000
commit96ba92ea8d1e8ecde790b71f462a1c340da1dd14 (patch)
treec6b87989e242ec80f298de699f291c5339d79f0f /epan/dissectors/packet-lldp.c
parenteb0dcc984f49e58bad3312290b1ee965097bc222 (diff)
LLDP: Add ONOS Ether Type (0x8942)
Bug: 16227 Change-Id: I78b21823d7d639c51d897ce78dfeaeb0e78dae96 Reviewed-on: https://code.wireshark.org/review/35972 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lldp.c')
-rw-r--r--epan/dissectors/packet-lldp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lldp.c b/epan/dissectors/packet-lldp.c
index e734c976ab..b4aaaf9038 100644
--- a/epan/dissectors/packet-lldp.c
+++ b/epan/dissectors/packet-lldp.c
@@ -6270,6 +6270,7 @@ proto_reg_handoff_lldp(void)
lldp_handle = create_dissector_handle(dissect_lldp,proto_lldp);
dissector_add_uint("ethertype", ETHERTYPE_LLDP, lldp_handle);
+ dissector_add_uint("ethertype", ETHERTYPE_ONOS, lldp_handle);
}
/*