aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-13 03:12:42 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-13 03:12:42 +0000
commit70e8da2d8c3c15e1962547504cbaafaf56f26007 (patch)
tree552b1c2f878e4831410c22d94e85d727b5114592 /wiretap/file_access.c
parent644e804074f345a182eca9b7e31df0c9aec975a9 (diff)
Add some more file types misidentified as VWR files.
svn path=/trunk/; revision=54017
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index fa9c8b0f0b..431690001c 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -354,10 +354,10 @@ static wtap_open_routine_t open_routines_base[] = {
* ERF files were misidentified as vwr files (Stephen
* Donnelly, August 2013; see bug 9054)
*
- * I put VWR *after* Peek Classic and NetScaler, because
- * there were some cases where Peek Classic and NetScaler
- * files were misidentified as vwr files (Guy Harris,
- * December 2013)
+ * I put VWR *after* Peek Classic, CommView, iSeries text,
+ * Toshiba text, VMS tcpiptrace text, and NetScaler, because
+ * there were some cases where files of those types were
+ * misidentified as vwr files (Guy Harris, December 2013)
*/
netscreen_open,
erf_open,