aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-11-29 22:32:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-11-29 22:32:31 +0000
commitfc61fbe43af7379a4dfc82de1ec361026aa7fa9b (patch)
tree0a9a96c4e7975f68588dad957e9ad8f05366d522 /epan
parentf40538afeb01c79d48f202666a8ecf583aac7039 (diff)
From Pascal Quantin:
decoding of IPv6 Control Protocol embedded in PCO https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6629 svn path=/trunk/; revision=40045
Diffstat (limited to 'epan')
-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