aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 3def7c5c47..f1f8212ccd 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -558,7 +558,10 @@ static struct encap_type_info encap_table_base[] = {
{ "ISO/IEC 13818-1 MPEG2-TS", "mp2ts" },
/* WTAP_ENCAP_PPP_ETHER */
- { "PPP-over-Ethernet session", "pppoes" }
+ { "PPP-over-Ethernet session", "pppoes" },
+
+ /* WTAP_ENCAP_NFC_LLCP */
+ { "LLCP", "llcp" }
};
gint wtap_num_encap_types = sizeof(encap_table_base) / sizeof(struct encap_type_info);