aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-trill.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-trill.c')
-rw-r--r--epan/dissectors/packet-trill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-trill.c b/epan/dissectors/packet-trill.c
index cd40c0fc00..64d6d7ea07 100644
--- a/epan/dissectors/packet-trill.c
+++ b/epan/dissectors/packet-trill.c
@@ -212,7 +212,7 @@ proto_reg_handoff_trill(void)
* meaning that the inner Ethernet frame does *not* include an
* FCS.
*/
- eth_dissector = find_dissector( "eth_withoutfcs" ) ;
+ eth_dissector = find_dissector_add_dependency( "eth_withoutfcs", proto_trill );
}
/*