prefs: remove wimaxasncp.udp.wimax_port compatibility

This fixes a warning when plugins are not built ("Deprecated ports pref
check - module 'wimaxasncp' not found").

This warning was added in v2.9.0rc0-372-gf7296644c5 ("prefs: fix
importing some old protocol preferences") which also corrected the
wimaxasncp module name, but as this broken preference was never noticed
before, just remove the compatibility pref to fix the warning.

Change-Id: I97430fcb00ce0e489bcf0ae3ac47c9b211705518
Reviewed-on: https://code.wireshark.org/review/27632
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Peter Wu 2018-05-18 12:22:21 +02:00
parent 40dbc0ccf2
commit 819696eaa7
1 changed files with 0 additions and 1 deletions

View File

@ -5109,7 +5109,6 @@ deprecated_port_pref(gchar *pref_name, const gchar *value)
{"uaudp.port4", "UAUDP", "udp.port", 10},
{"uhd.dissector_port", "UHD", "udp.port", 10},
{"vrt.dissector_port", "vrt", "udp.port", 10},
{"wimaxasncp.udp.wimax_port", "wimaxasncp", "udp.port", 10},
};
struct port_pref_name port_range_prefs[] = {