aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-10-11 16:40:12 +0000
committerBill Meier <wmeier@newsguy.com>2007-10-11 16:40:12 +0000
commite4d58aa9f06ab5a469b3a8f8b4e822c68fd462fe (patch)
treeda3ff3c7d89221d264749835881721872bb9777d
parente6290e8edcbb177d0a782678428ac89507da1735 (diff)
From Andrew feren; Fix typos in two comments ....
svn path=/trunk/; revision=23147
-rw-r--r--epan/dissectors/packet-netflow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-netflow.c b/epan/dissectors/packet-netflow.c
index 33f9d0a54c..181a08e238 100644
--- a/epan/dissectors/packet-netflow.c
+++ b/epan/dissectors/packet-netflow.c
@@ -87,11 +87,11 @@ static range_t *global_netflow_ports = NULL;
static range_t *netflow_ports = NULL;
/*
- * global_netflow_ports : holds the configured range of ports for IPFIX
+ * global_ipfix_ports : holds the configured range of ports for IPFIX
*/
static range_t *global_ipfix_ports = NULL;
/*
- * netflow_ports : holds the currently used range of ports for IPFIX
+ * ipfix_ports : holds the currently used range of ports for IPFIX
*/
static range_t *ipfix_ports = NULL;