Ethereal-cvs: [Ethereal-cvs] r11474 - trunk/epan/dissectors: trunk/epan/dissectors/packet-fc.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Thu, 22 Jul 2004 20:32:42 -0500 (CDT)
Author: guy
Date: Thu Jul 22 20:32:42 2004
New Revision: 11474

Modified:
   trunk/epan/dissectors/packet-fc.c
Log:
We are not guaranteed that "fchdr.r_ctl & 0x0F" is a valid frame type,
so don't use "match_strval()", use "val_to_str()".