aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcli.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-06-18 19:48:35 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-06-18 18:04:25 +0000
commitf99aaf8de3d8ceedc35d9b4d315e0c302978ed3b (patch)
tree53be1d7bbc199cb568619b72fa50684dcf89d019 /epan/dissectors/packet-pcli.c
parentcc37b50334dc9aeb6f0c61301db40d95d4e11afd (diff)
PCLI: do not register UDP port 9000 by default as it is not allocated to this protocol by IANA
Change-Id: I5f692ddf5ae5ba7366b34830bd9e99efacd66037 Reviewed-on: https://code.wireshark.org/review/2393 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-pcli.c')
-rw-r--r--epan/dissectors/packet-pcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pcli.c b/epan/dissectors/packet-pcli.c
index 19b2054cdc..1da1f74542 100644
--- a/epan/dissectors/packet-pcli.c
+++ b/epan/dissectors/packet-pcli.c
@@ -41,7 +41,7 @@ void proto_reg_handoff_pcli(void);
/* Define udp_port for lawful intercept */
-#define UDP_PORT_PCLI 9000
+#define UDP_PORT_PCLI 0
/* Define the pcli proto */