]> The Tcpdump Group git mirrors - libpcap/commit
-add support for llc based protocols (iso, etc..) for ethernet
authorhannes <hannes>
Fri, 8 Apr 2005 14:40:38 +0000 (14:40 +0000)
committerhannes <hannes>
Fri, 8 Apr 2005 14:40:38 +0000 (14:40 +0000)
commitcba69f4084e8c4ebc3157c95cf41302d8de6b61d
treea2dbe3104a7a5024017f8da27cc32b2ed4760a50
parent16e088ff270f0cb066a5023e6433e2fae3a43626
-add support for llc based protocols (iso, etc..) for ethernet
 by checking the proto against the ethermtu and bumping
 the link-layer offset by two.

-add support for vlan and mpls hierarchies by not absolute
  setting offsets but rather incrementing them;

  example(s):

  mpls 100000 && mpls 1024
    =filters for outerlabel 100000 and inner label 1024
  vlan 100 && vlan 200
    =filters for vlan 200 encapsulated withing vlan 100
  vlan 300 && mpls 17
    =filters for mpls label 17 encapsulated in vlan 300
gencode.c