summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-mpls.c
AgeCommit message (Expand)Author
2018-07-06use do { } while (!bottom) instead of again: ... if (!bottom) goto again;David Gwynne
2016-07-11Teach tcpdump to recognize MPLS pseudowire with control words. AddedRafael Zalamena
2010-06-30Print MPLS label as decimal and not hex. All other places we print MPLSClaudio Jeker
2005-10-08Add a best effort mpls decoder. From Jason L. Wright.Can Erkin Acar