aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diffserv-mpls-common.h
AgeCommit message (Collapse)AuthorFilesLines
2003-10-13Define "phbit_bit{14,15}_vals" in packet-diffserv-mpls-common.c, not inGuy Harris1-11/+3
the header file; just declare it in the header file - that way, there's one shared version of both tables, and we don't get compiler warnings because they're not actually used in packet-diffserv-mpls-common.c. svn path=/trunk/; revision=8683
2003-10-10From Akira Endoh: Diffserv MPLS signaling protocol support.Guy Harris1-0/+60
svn path=/trunk/; revision=8671