Handle encapsulated ethernet without a PW by defaulting to ethernet

if a fall back.
pull/1172/head
Jason Ish 11 years ago
parent 025342dc6c
commit 66a321ca2d

@ -81,6 +81,8 @@ int DecodeMPLS(ThreadVars *tv, DecodeThreadVars *dtv, Packet *p, uint8_t *pkt,
pq);
break;
default:
/* Attempt ethernet without PW. */
DecodeEthernet(tv, dtv, p, pkt, len, pq);
break;
}

Loading…
Cancel
Save