aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-07-22 16:44:25 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-07-22 16:44:25 +0000
commit3764b345b3f161a94d035a35a5ecb7a2a71e8b9e (patch)
treeb4b68a67a360ba51a4c0ec95bc2158e43ec42c83
parent44e281ad22f3f6d0f9d1f0032a35702d63d2b422 (diff)
register dissect_eth_maybefcs as "eth" users might find it useful.
svn path=/trunk/; revision=22381
-rw-r--r--epan/dissectors/packet-eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-eth.c b/epan/dissectors/packet-eth.c
index 69bdc09559..10b25cadb8 100644
--- a/epan/dissectors/packet-eth.c
+++ b/epan/dissectors/packet-eth.c
@@ -518,6 +518,7 @@ proto_register_eth(void)
register_dissector("eth_withoutfcs", dissect_eth_withoutfcs, proto_eth);
register_dissector("eth_withfcs", dissect_eth_withfcs, proto_eth);
+ register_dissector("eth", dissect_eth_maybefcs, proto_eth);
eth_tap = register_tap("eth");
}