bugfix: QinQ
This commit is contained in:
@@ -277,10 +277,9 @@ static const void *parse_ether(struct packet_parser *handler, const void *data,
|
||||
switch (next_proto)
|
||||
{
|
||||
case ETH_P_8021Q:
|
||||
case ETH_P_8021AD:
|
||||
// TESTED OK BY LWP
|
||||
return parse_vlan8021q(handler, payload_data, payload_len);
|
||||
case ETH_P_8021AD:
|
||||
return parse_ether(handler, payload_data, payload_len);
|
||||
case ETH_P_IP:
|
||||
// TESTED OK BY LWP
|
||||
return parse_ipv4(handler, payload_data, payload_len);
|
||||
|
||||
Reference in New Issue
Block a user