Register for SFLOW_245_HEADER_FDDI.
authorGuy Harris <guy@alum.mit.edu>
Mon, 19 Jun 2017 19:46:42 +0000 (12:46 -0700)
committerGuy Harris <guy@alum.mit.edu>
Mon, 19 Jun 2017 19:47:25 +0000 (19:47 +0000)
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 <guy@alum.mit.edu>
epan/dissectors/packet-fddi.c

index ebcf8d65b274a5e9c88389ada2956701cd5ec95f..39663ec8f1403fad01162c3ccf6ad906a0d73343 100644 (file)
@@ -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);