Clean up a comment.

svn path=/trunk/; revision=23579
This commit is contained in:
Guy Harris 2007-11-25 02:06:41 +00:00
parent 1497361156
commit d283cb18ab
1 changed files with 2 additions and 2 deletions

View File

@ -450,8 +450,8 @@ static gboolean visual_read(wtap *wth, int *err, gchar **err_info,
}
else
{
/* Otherwise, we need to evaluate the first two
examine first two octets to verify encapsulation */
/* Otherwise, we need to examine the first two octets to
try to determine the encapsulation. */
guint8 *buf = buffer_start_ptr(wth->frame_buffer);
if ((0xff == buf[0]) && (0x03 == buf[1]))
{