aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-03-01 19:59:54 +0000
committerGuy Harris <guy@alum.mit.edu>2005-03-01 19:59:54 +0000
commitcd035d1b02eaf6177e608b24f7be1a4396bb2855 (patch)
tree894a2b63a014705b9ce5764edb7db086999ff860 /wiretap/file_access.c
parent839ef649ed77564be0cad711b3666b99a24cdf3c (diff)
The DBS Etherwatch file handler does look for a magic number (the word
"ETHERWATCH"). svn path=/trunk/; revision=13567
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index 6812938ddb..26f782e593 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -109,6 +109,7 @@ static int (*const open_routines[])(wtap *, int *, char **) = {
_5views_open,
network_instruments_open,
airopeek9_open,
+ dbs_etherwatch_open,
/* Files that don't have magic bytes at a fixed location,
* but that instead require a heuristic of some sort to
@@ -124,7 +125,6 @@ static int (*const open_routines[])(wtap *, int *, char **) = {
i4btrace_open,
csids_open,
vms_open,
- dbs_etherwatch_open,
cosine_open,
erf_open,
hcidump_open,