mipv6 -> ip

svn path=/trunk/; revision=21741
This commit is contained in:
Martin Mathieson 2007-05-10 15:29:38 +00:00
parent ef3f75d6df
commit 47a9c22ad4
1 changed files with 3 additions and 1 deletions

View File

@ -916,7 +916,9 @@ gboolean parse_line(gint line_length, gint *seconds, gint *useconds,
/******************************************************************/
/* Now check whether we know how to use a packet of this protocol */
if ((strcmp(protocol_name, "ip") == 0) || (strcmp(protocol_name, "sctp") == 0))
if ((strcmp(protocol_name, "ip") == 0) ||
(strcmp(protocol_name, "sctp") == 0) ||
(strcmp(protocol_name, "mipv6") == 0))
{
*encap = WTAP_ENCAP_RAW_IP;
}