Added a FALLTHRU comment to avoid a missing break warning.

Coverity 437.

svn path=/trunk/; revision=36605
This commit is contained in:
Stig Bjørlykke 2011-04-12 20:03:21 +00:00
parent 706a2fd0a4
commit 1bb94ef56d
1 changed files with 1 additions and 0 deletions

View File

@ -917,6 +917,7 @@ dissect_arp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
request_seen(pinfo);
}
/* FALLTHRU */
case ARPOP_REPLY:
default:
col_set_str(pinfo->cinfo, COL_PROTOCOL, "ARP");