Register dissector by name.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 25 Apr 2008 19:25:49 +0000 (19:25 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 25 Apr 2008 19:25:49 +0000 (19:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25180 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-p_mul.c

index fc99c11f6222a8b4a5d218d354150a4017fbce5a..8c25f796fe5ec3cb0b713b5db8d86c92a5393a30 100644 (file)
@@ -1277,7 +1277,8 @@ void proto_register_p_mul (void)
   module_t *p_mul_module;
 
   proto_p_mul = proto_register_protocol (PNAME, PSNAME, PFNAME);
-
+  register_dissector(PFNAME, dissect_p_mul, proto_p_mul);
+  
   proto_register_field_array (proto_p_mul, hf, array_length (hf));
   proto_register_subtree_array (ett, array_length (ett));
   register_init_routine (&p_mul_init_routine);