From a38a183626848f897085b4d2e54dad6d39146948 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 14 Feb 2006 19:42:28 +0000 Subject: fixes --- src/cmd/ip/snoopy/ether.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/ip/snoopy/ether.c') diff --git a/src/cmd/ip/snoopy/ether.c b/src/cmd/ip/snoopy/ether.c index 62ec485d..7e1f0a7f 100755 --- a/src/cmd/ip/snoopy/ether.c +++ b/src/cmd/ip/snoopy/ether.c @@ -23,6 +23,7 @@ static Mux p_mux[] = {"ip6", 0x86dd, } , {"pppoe_disc", 0x8863, }, {"pppoe_sess", 0x8864, }, + {"eapol", 0x888e, }, {0} }; @@ -116,6 +117,7 @@ Proto ether = p_filter, p_seprint, p_mux, + "%#.4lux", p_fields, defaultframer }; -- cgit v1.2.3