History log of /openbsd-src/usr.sbin/tcpdump/print-mpls.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 868399f9 06-Jul-2018 dlg <dlg@openbsd.org>

use do { } while (!bottom) instead of again: ... if (!bottom) goto again;


# 40588325 11-Jul-2016 rzalamena <rzalamena@openbsd.org>

Teach tcpdump to recognize MPLS pseudowire with control words. Added
support to print encapsulated ethernet packets as well.

"Looks good" deraadt@


# 9ddd9e63 30-Jun-2010 claudio <claudio@openbsd.org>

Print MPLS label as decimal and not hex. All other places we print MPLS
labels we use decimal.
OK jsg@ deraadt@


# bf8217ae 08-Oct-2005 canacar <canacar@openbsd.org>

Add a best effort mpls decoder. From Jason L. Wright.
Since the encapsulated protocol information is not always
available in the MPLS tag stack. The decoder attempts
to guess the protocol.
ok brad@