Skip to content

Commit

Permalink
Merge pull request #42 from systra/master
Browse files Browse the repository at this point in the history
Add decoding of 802.1q header
  • Loading branch information
msantos committed Mar 14, 2017
2 parents f36944d + e221837 commit df34e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pkt.erl
Expand Up @@ -219,6 +219,7 @@ decode_next({Proto, Data}, Headers) when
Proto =:= ipv6;
Proto =:= linux_cooked;
Proto =:= null;
Proto =:= '802.1q';

Proto =:= ipv6_ah;
Proto =:= ipv6_dstopts;
Expand Down

0 comments on commit df34e37

Please sign in to comment.