forked from KolibriOS/kolibrios
Do not print message about unknown ethernet packet types, by default.
git-svn-id: svn://kolibrios.org@4256 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
463f967b5a
commit
29db36de54
@ -159,10 +159,10 @@ ETH_process_input:
|
|||||||
cmp ax, ETHER_PROTO_PPP_SESSION
|
cmp ax, ETHER_PROTO_PPP_SESSION
|
||||||
je PPPoE_session_input
|
je PPPoE_session_input
|
||||||
|
|
||||||
DEBUGF DEBUG_NETWORK_ERROR, "ETH_input: Unknown packet type=%x\n", ax
|
DEBUGF DEBUG_NETWORK_VERBOSE, "ETH_input: Unknown packet type=%x\n", ax
|
||||||
|
|
||||||
.dump:
|
.dump:
|
||||||
DEBUGF DEBUG_NETWORK_VERBOSE,"ETH_input: dumping\n"
|
DEBUGF DEBUG_NETWORK_VERBOSE, "ETH_input: dumping\n"
|
||||||
call NET_packet_free
|
call NET_packet_free
|
||||||
add esp, 4
|
add esp, 4
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user