cdma2k : fix no previous prototype for function 'proto_[register|reg_handoff]_cdma2k...
[metze/wireshark/wip.git] / epan / dissectors / packet-turnchannel.c
index e3c2f364f45b26fb6b271cdf628370db61f92eb1..d757cfc7c0a5dc8fd10a957710b087e09a058add 100644 (file)
@@ -206,8 +206,8 @@ proto_reg_handoff_turnchannel(void)
         * SSL/TLS and DTLS Application-Layer Protocol Negotiation (ALPN)
         * protocol ID.
         */
-       dissector_add_string("ssl.handshake.extensions_alpn_str", "stun.turn", turnchannel_tcp_handle);
-       dissector_add_string("dtls.handshake.extensions_alpn_str", "stun.turn", turnchannel_udp_handle);
+       dissector_add_string("tls.alpn", "stun.turn", turnchannel_tcp_handle);
+       dissector_add_string("dtls.alpn", "stun.turn", turnchannel_udp_handle);
 
        /* TURN negotiation is handled through STUN2 dissector (packet-stun.c),
           so only it should be able to determine if a packet is a TURN packet */