From 051921854d8720123bd671af3ba3a123da2cfab3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 19 Jun 2017 12:46:42 -0700 Subject: Register for SFLOW_245_HEADER_FDDI. In 609ea4baa62a523434cdd8ff350d56d135d588ae (I459249b98741cc069495c84ad4c47c0aa6768096) I unintentionally removed the registration. Put it back. Change-Id: I4769fc10d74fe7358f9794b9697591c61324e883 Reviewed-on: https://code.wireshark.org/review/22239 Reviewed-by: Guy Harris --- epan/dissectors/packet-fddi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-fddi.c') diff --git a/epan/dissectors/packet-fddi.c b/epan/dissectors/packet-fddi.c index ebcf8d65b2..39663ec8f1 100644 --- a/epan/dissectors/packet-fddi.c +++ b/epan/dissectors/packet-fddi.c @@ -546,6 +546,8 @@ proto_reg_handoff_fddi(void) dissector_add_uint("wtap_encap", WTAP_ENCAP_FDDI, fddi_handle); dissector_add_uint("wtap_encap", WTAP_ENCAP_FDDI_BITSWAPPED, fddi_bitswapped_handle); + dissector_add_uint("sflow_245.header_protocol", SFLOW_245_HEADER_FDDI, + fddi_handle); fddi_cap_handle = create_capture_dissector_handle(capture_fddi, proto_fddi); capture_dissector_add_uint("wtap_encap", WTAP_ENCAP_FDDI, fddi_cap_handle); -- cgit v1.2.1