Rename the routines that handle dissector tables with unsigned integer
[obnox/wireshark/wip.git] / epan / dissectors / packet-ospf.c
index f0d298a514b8e746d6e0cef38ff7ff710dabce04..19873adec464238c62d3a78ed3971fc8efa24dde 100644 (file)
@@ -3452,6 +3452,6 @@ proto_reg_handoff_ospf(void)
     dissector_handle_t ospf_handle;
 
     ospf_handle = create_dissector_handle(dissect_ospf, proto_ospf);
-    dissector_add("ip.proto", IP_PROTO_OSPF, ospf_handle);
+    dissector_add_uint("ip.proto", IP_PROTO_OSPF, ospf_handle);
     data_handle = find_dissector("data");
 }