register dissect_eth_maybefcs as "eth" users might find it useful.

svn path=/trunk/; revision=22381
This commit is contained in:
Luis Ontanon 2007-07-22 16:44:25 +00:00
parent 44e281ad22
commit 3764b345b3
1 changed files with 1 additions and 0 deletions

View File

@ -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");
}