aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-ppp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c
index fe6b842db0..e89b02543b 100644
--- a/epan/dissectors/packet-ppp.c
+++ b/epan/dissectors/packet-ppp.c
@@ -5516,6 +5516,11 @@ proto_reg_handoff_ipv6cp(void)
* registering with the "ethertype" dissector table.
*/
dissector_add_uint("ethertype", PPP_IPV6CP, ipv6cp_handle);
+
+ /*
+ * for GSM-A / MobileL3 / GPRS SM / PCO
+ */
+ dissector_add_uint("sm_pco.protocol", PPP_IPV6CP, ipv6cp_handle);
}
void