]> The Tcpdump Group git mirrors - tcpdump/commit
Generally there's no indication of protocol in MPLS label
authorhannes <hannes>
Thu, 8 Aug 2002 19:52:48 +0000 (19:52 +0000)
committerhannes <hannes>
Thu, 8 Aug 2002 19:52:48 +0000 (19:52 +0000)
commit918ecf2fe90ddb57ce58852e021106951839fea9
tree50f1522ab02638c0b15403f36b83738dccabae89
parent8e2928b38da4fd9414338118b99df849ce1ca47e
Generally there's no indication of protocol in MPLS label
encoding, however draft-hsmit-isis-aal5mux-00.txt describes
a technique that looks at the first payload byte if the BOS (bottom of stack)
bit is set and tries to determine the network layer protocol
    0x45-0x4f is IPv4
    0x60-0x6f is IPv6
    0x83      is IS-IS
this technique is sometimes known as NULL encapsulation
and decoding is particularly useful for control-plane traffic [BGP]
which cisco by default sends MPLS encapsulated
print-mpls.c