summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-19 12:46:42 -0700
committerGuy Harris <guy@alum.mit.edu>2017-06-19 19:47:42 +0000
commitd9cbe24a702b7bd802b6ac2c7bd668eaa78e990a (patch)
tree7fc18a211f3f9ae5c57eff9560e2381e2bfcc536 /epan
parent29c0bc8abbcd6e745ecd23a0a7dfc2497b2758c3 (diff)
downloadwireshark-d9cbe24a702b7bd802b6ac2c7bd668eaa78e990a.tar.gz
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 <guy@alum.mit.edu> (cherry picked from commit 051921854d8720123bd671af3ba3a123da2cfab3) Reviewed-on: https://code.wireshark.org/review/22240
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-fddi.c2
1 files changed, 2 insertions, 0 deletions
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);