summaryrefslogtreecommitdiff
path: root/capture_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture_info.c')
-rw-r--r--capture_info.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/capture_info.c b/capture_info.c
index 3989d00faa..548e8a68f0 100644
--- a/capture_info.c
+++ b/capture_info.c
@@ -290,6 +290,9 @@ capture_info_packet(packet_counts *counts, gint wtap_linktype, const guchar *pd,
case WTAP_ENCAP_NULL:
capture_null(pd, caplen, counts);
break;
+ case WTAP_ENCAP_LOOP:
+ capture_loop(pd, caplen, counts);
+ break;
case WTAP_ENCAP_PPP:
capture_ppp_hdlc(pd, 0, caplen, counts);
break;