Copy over r51462 from trunk:

------------------------------------------------------------------------
  r51462 | guy | 2013-08-21 20:21:47 -0700 (Wed, 21 Aug 2013) | 8 lines

  What was I thinking?  ".caz" is used for compressed *Windows* Sniffer
  files (which are just gzipped uncompressed Windows Sniffer files, albeit
  with the checksum computed differently in some fashion, or perhaps just
  being computed incorrectly), not compressed *DOS* Sniffer files (which
  use their own form of compression, which doesn't compress the entire
  file, just most of it, and which use the same extensions as uncompressed
  DOS Sniffer files).

svn path=/trunk/; revision=51465
This commit is contained in:
Guy Harris 2013-08-22 03:40:30 +00:00
parent 7a1fdcec89
commit a4609262b0
1 changed files with 5 additions and 1 deletions

View File

@ -140,7 +140,6 @@ static wtap_open_routine_t open_routines_base[] = {
aethra_open,
btsnoop_open,
eyesdn_open,
vwr_open, /* XXX - this is really a heuristic */
packetlogger_open, /* This type does not have a magic number, but its
* files are sometimes grabbed by mpeg_open. */
mpeg_open,
@ -158,9 +157,14 @@ static wtap_open_routine_t open_routines_base[] = {
/* I put NetScreen *before* erf, because there were some
* false positives with my test-files (Sake Blok, July 2007)
*
* I put VWR *after* ERF, because there were some cases where
* ERF files were misidentified as vwr files (Stephen
* Donnelly, August 2013; see bug 9054)
*/
netscreen_open,
erf_open,
vwr_open,
ipfix_open,
k12text_open,
peekclassic_open,