aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-01-30 10:43:46 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-01-30 10:43:46 +0000
commit3b41224975330b11559c72851330645d3dcf8fc9 (patch)
tree39189ee4877cf4a565f05a6e8512af5d7b77cd70 /epan/dissectors/packet-ppp.c
parent7397bb0a74794d767dfc2852a6b9276ecf7ffb48 (diff)
IANA updates and fixes for PPP types.
svn path=/trunk/; revision=31738
Diffstat (limited to 'epan/dissectors/packet-ppp.c')
-rw-r--r--epan/dissectors/packet-ppp.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c
index 7887030f5a..bb48b0d2e8 100644
--- a/epan/dissectors/packet-ppp.c
+++ b/epan/dissectors/packet-ppp.c
@@ -258,6 +258,7 @@ const value_string ppp_vals[] = {
{PPP_ROHC_LCID, "ROHC large-CID" },
{PPP_IP, "IP" },
{PPP_OSI, "OSI" },
+ {PPP_XNSIDP, "Xerox NS IDP" },
{PPP_DEC4, "DECnet Phase IV" },
{PPP_AT, "Appletalk" },
{PPP_IPX, "Netware IPX/SPX"},
@@ -282,8 +283,8 @@ const value_string ppp_vals[] = {
{PPP_ENCRYPT, "Encryption" },
{PPP_ILE, "Individual Link Encryption" },
{PPP_IPV6, "IPv6" },
- {PPP_MUX, "PPP Multiplexing"},
- {PPP_VSNP, "Vendor-Specific Network Protocol"},
+ {PPP_MUX, "PPP Multiplexing"},
+ {PPP_VSNP, "Vendor-Specific Network Protocol"},
{PPP_RTP_FH, "RTP IPHC Full Header" },
{PPP_RTP_CTCP, "RTP IPHC Compressed TCP" },
{PPP_RTP_CNTCP, "RTP IPHC Compressed Non TCP" },
@@ -309,7 +310,7 @@ const value_string ppp_vals[] = {
{PPP_MPLS_UNI, "MPLS Unicast"},
{PPP_MPLS_MULTI, "MPLS Multicast"},
{PPP_P12844, "IEEE p1284.4 standard - data packets" },
- {PPP_ETSI, "ETSI TETRA Networks Protocol Type 1" },
+ {PPP_TETRA, "ETSI TETRA Networks Protocol Type 1" },
{PPP_MFTP, "Multichannel Flow Treatment Protocol" },
{PPP_RTP_CTCPND,"RTP IPHC Compressed TCP No Delta" },
{PPP_RTP_CS, "RTP IPHC Context State" },
@@ -320,6 +321,7 @@ const value_string ppp_vals[] = {
{PPP_EXPANDAP, "Expand accelerator protocol" },
{PPP_ODSICP, "ODSICP NCP" },
{PPP_DOCSIS, "DOCSIS DLL" },
+ {PPP_CETACEANNDP, "Cetacean Network Detection Protocol" },
{PPP_LZS, "Stacker LZS" },
{PPP_REFTEK, "RefTek Protocol" },
{PPP_FC, "Fibre Channel" },
@@ -361,7 +363,7 @@ const value_string ppp_vals[] = {
{PPP_ACSPC, "Apple Client Server Protocol Control" },
{PPP_MPLSCP, "MPLS Control Protocol" },
{PPP_P12844CP, "IEEE p1284.4 standard - Protocol Control" },
- {PPP_ETSICP, "ETSI TETRA TNP1 Control Protocol" },
+ {PPP_TETRACP, "ETSI TETRA TNP1 Control Protocol" },
{PPP_MFTPCP, "Multichannel Flow Treatment Protocol" },
{PPP_LCP, "Link Control Protocol" },
{PPP_PAP, "Password Authentication Protocol" },