Allow the dissection of BER/DER carried over a TCP transport using
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 16 Aug 2011 12:28:17 +0000 (12:28 +0000)
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 16 Aug 2011 12:28:17 +0000 (12:28 +0000)
"Decode As..."

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38560 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ber.c

index e5c20cf1d84a694b5af70f5ea8019172a6dbe583..610dcaebdea19d6ac3fdcaa44e963257290fc6d4 100644 (file)
@@ -4986,7 +4986,9 @@ proto_reg_handoff_ber(void)
        syntax_names[i].value = 0;
        syntax_names[i].strptr = NULL;
 
-
+       /* allow the dissection of BER/DER carried over a TCP transport 
+          by using "Decode As..." */
+       dissector_add_handle("tcp.port", ber_handle);
 
        ber_update_oids();
 }