aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-juniper.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-05-10 01:34:11 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-05-10 01:34:11 +0000
commit359961a2efd18feb636c6ed8e08d93009f02caab (patch)
tree0bd9942877efae66da584cbe83ff38b6026af329 /epan/dissectors/packet-juniper.c
parent0b44e6f99b0e556f9fabae3c3e3d3ff764630123 (diff)
PPP_OSICP -> PPP_OSINLCP
svn path=/trunk/; revision=42534
Diffstat (limited to 'epan/dissectors/packet-juniper.c')
-rw-r--r--epan/dissectors/packet-juniper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-juniper.c b/epan/dissectors/packet-juniper.c
index f7303d9100..d2ba4556a0 100644
--- a/epan/dissectors/packet-juniper.c
+++ b/epan/dissectors/packet-juniper.c
@@ -1225,7 +1225,7 @@ ppp_heuristic_guess(guint16 proto) {
case PPP_MPLS_UNI :
case PPP_MPLS_MULTI :
case PPP_IPCP :
- case PPP_OSICP :
+ case PPP_OSINLCP :
case PPP_MPLSCP :
case PPP_LCP :
case PPP_PAP :