summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-mpls.c (follow)
Commit message (Expand)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
* Print MPLS label as decimal and not hex. All other places we print MPLSclaudio2010-06-301-2/+2
* Add a best effort mpls decoder. From Jason L. Wright.canacar2005-10-081-0/+113