summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-mpls.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use do { } while (!bottom) instead of again: ... if (!bottom) goto again;dlg2018-07-061-16/+14
|
* Teach tcpdump to recognize MPLS pseudowire with control words. Addedrzalamena2016-07-111-1/+40
| | | | | | support to print encapsulated ethernet packets as well. "Looks good" deraadt@
* Print MPLS label as decimal and not hex. All other places we print MPLSclaudio2010-06-301-2/+2
| | | | | labels we use decimal. OK jsg@ deraadt@
* Add a best effort mpls decoder. From Jason L. Wright.canacar2005-10-081-0/+113
Since the encapsulated protocol information is not always available in the MPLS tag stack. The decoder attempts to guess the protocol. ok brad@