aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-07 15:44:45 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-07 15:44:45 +0000
commit28ae535b009c9301e885a4e17bfa55861288f2f9 (patch)
treeffc752144b791b42bccb7d56a29504c9ebed0d65 /epan/dissectors/packet-ppi.c
parent36431783b7bb21c867080639724d73c929b612ec (diff)
Removed even more "statement not reached" warnings.
svn path=/trunk/; revision=24286
Diffstat (limited to 'epan/dissectors/packet-ppi.c')
-rw-r--r--epan/dissectors/packet-ppi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ppi.c b/epan/dissectors/packet-ppi.c
index c5492ce7c5..93d4856eba 100644
--- a/epan/dissectors/packet-ppi.c
+++ b/epan/dissectors/packet-ppi.c
@@ -357,14 +357,12 @@ capture_ppi(const guchar *pd, int len, packet_counts *ld)
case 1: /* DLT_EN10MB */
capture_eth(pd, ppi_len, len, ld);
return;
- break;
case 105: /* DLT_DLT_IEEE802_11 */
if (is_htc)
capture_ieee80211_ht(pd, ppi_len, len, ld);
else
capture_ieee80211(pd, ppi_len, len, ld);
return;
- break;
default:
break;
}