Add 'fallthrough' comment to a switch/case block

This commit is contained in:
Jon Siwek 2018-10-04 11:28:56 -05:00
parent 894b24d180
commit 1be7ac509c

View file

@ -284,6 +284,7 @@ void Packet::ProcessLayer2()
} }
pdata += rtheader_len; pdata += rtheader_len;
// fallthrough
} }
case DLT_IEEE802_11: case DLT_IEEE802_11: