The joys of the C switch statement - you have to remember to use
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 Jun 2006 21:55:24 +0000 (21:55 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 Jun 2006 21:55:24 +0000 (21:55 +0000)
commit738c4d628ba829a9be4c06f445f30e20ecb64dcb
tree039efae24faaf2f5dcce3a3eb2cb9157051c0a9c
parent015993598284e9c25fd30fc631664d3b6e4f5560
The joys of the C switch statement - you have to remember to use
"break;" between cases except in those rare situations where you *want*
fallthrough.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18550 f5534014-38df-0310-8fa8-9805f1628bb7
epan/proto.c