aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ff.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-10-05 16:33:54 -0400
committerMichael Mann <mmann78@netscape.net>2016-10-13 02:51:18 +0000
commit2eb7b05b8c9c6408268f0d1e81f0a18a02610f1c (patch)
treebd0a909e3d506ea2e61c446aa8a809b6f728af3b /epan/dissectors/packet-ff.h
parent4d8581d7e15fe4a80a53496b83a853271fc674b6 (diff)
Convert most UDP dissectors to use "auto" preferences.
Similar to the "tcp.port" changes in I99604f95d426ad345f4b494598d94178b886eb67, convert dissectors that use "udp.port". More cleanup done on dissectors that use both TCP and UDP dissector tables, so that less preference callbacks exist. Change-Id: If07be9b9e850c244336a7069599cd554ce312dd3 Reviewed-on: https://code.wireshark.org/review/18120 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ff.h')
-rw-r--r--epan/dissectors/packet-ff.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ff.h b/epan/dissectors/packet-ff.h
index 7ac7cff660..768d644070 100644
--- a/epan/dissectors/packet-ff.h
+++ b/epan/dissectors/packet-ff.h
@@ -42,16 +42,13 @@
#ifndef __PACKET_FF_H__
#define __PACKET_FF_H__
-#define UDP_PORT_FF_ANNUNC 1089
+#define UDP_PORT_FF_RANGE "1089-1091,3622"
#define TCP_PORT_FF_ANNUNC 1089
-#define UDP_PORT_FF_FMS 1090
#define TCP_PORT_FF_FMS 1090
-#define UDP_PORT_FF_SM 1091
#define TCP_PORT_FF_SM 1091
-#define UDP_PORT_FF_LR_PORT 3622
#define TCP_PORT_FF_LR_PORT 3622