diff options
Diffstat (limited to 'wiretap/ipfix.c')
-rw-r--r-- | wiretap/ipfix.c | 2 |
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; |