summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiretap/nettl.c1
-rw-r--r--wiretap/pppdump.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/nettl.c b/wiretap/nettl.c
index 22cb007c6e..371beb4c01 100644
--- a/wiretap/nettl.c
+++ b/wiretap/nettl.c
@@ -719,6 +719,7 @@ static gboolean nettl_dump(wtap_dumper *wdh,
rec_hdr.caplen = g_htonl(phdr->caplen + 3);
rec_hdr.length = g_htonl(phdr->len + 3);
/* fall through and fill the rest of the fields */
+ /* FALL THROUGH */
case WTAP_ENCAP_NETTL_ETHERNET:
case WTAP_ENCAP_NETTL_TOKEN_RING:
case WTAP_ENCAP_NETTL_RAW_IP:
diff --git a/wiretap/pppdump.c b/wiretap/pppdump.c
index da14798414..0b4f1bca37 100644
--- a/wiretap/pppdump.c
+++ b/wiretap/pppdump.c
@@ -511,6 +511,7 @@ process_data(pppdump_t *state, FILE_T fh, pkt_t *pkt, int n, guint8 *pd,
* by falling through.
*/
+ /* FALL THROUGH */
default:
if (pkt->esc) {
/*