aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-10-21 14:23:22 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-10-21 14:23:22 +0000
commite80ecd628c2dc29df6e1cfe230be50efe81bd195 (patch)
tree189ba6d0b43a85f0706d810004ee42c8987d2aca /wiretap
parent9f3acc1e256c4cec9f27d1c174ab1bcd290d0594 (diff)
Fix a cut-n-pasteo in a comment.
svn path=/trunk/; revision=34603
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/ipfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ipfix.c b/wiretap/ipfix.c
index b61bea10e0..795b7c86ab 100644
--- a/wiretap/ipfix.c
+++ b/wiretap/ipfix.c
@@ -176,7 +176,7 @@ ipfix_open(wtap *wth, int *err, gchar **err_info)
ipfix_debug0("ipfix_open: opening file");
- /* number of records to scan before deciding if this really is ERF */
+ /* number of records to scan before deciding if this really is IPFIX */
if ((s = getenv("IPFIX_RECORDS_TO_CHECK")) != NULL) {
if ((n = atoi(s)) > 0 && n < 101) {
records_for_ipfix_check = n;