summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 6af7502506..4c65fd24bc 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -586,6 +586,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_IEEE_802_11_AIROPEEK */
{ "IEEE 802.11 plus AiroPeek radio header", "ieee-802-11-airopeek" },
+
+ /* WTAP_ENCAP_DBUS */
+ { "D-Bus", "dbus" }
};
gint wtap_num_encap_types = sizeof(encap_table_base) / sizeof(struct encap_type_info);