diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-03-01 19:59:54 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-03-01 19:59:54 +0000 |
commit | cd035d1b02eaf6177e608b24f7be1a4396bb2855 (patch) | |
tree | 894a2b63a014705b9ce5764edb7db086999ff860 /wiretap | |
parent | 839ef649ed77564be0cad711b3666b99a24cdf3c (diff) | |
download | wireshark-cd035d1b02eaf6177e608b24f7be1a4396bb2855.tar.gz wireshark-cd035d1b02eaf6177e608b24f7be1a4396bb2855.tar.bz2 wireshark-cd035d1b02eaf6177e608b24f7be1a4396bb2855.zip |
The DBS Etherwatch file handler does look for a magic number (the word
"ETHERWATCH").
svn path=/trunk/; revision=13567
Diffstat (limited to 'wiretap')
-rw-r--r-- | wiretap/file_access.c | 2 |
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, |