From 12f8f680140b199475d40cc5e2c02725bc9e4f60 Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Sun, 14 Apr 2013 19:34:01 +0200 Subject: [PATCH] Add DLT_DBUS to the table of link-layer type names --- pcap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pcap.c b/pcap.c index b69e9ed973..1fc00bde80 100644 --- a/pcap.c +++ b/pcap.c @@ -1123,6 +1123,7 @@ static struct dlt_choice dlt_choices[] = { DLT_CHOICE(DLT_NETANALYZER, "Ethernet with Hilscher netANALYZER pseudo-header"), DLT_CHOICE(DLT_NETANALYZER_TRANSPARENT, "Ethernet with Hilscher netANALYZER pseudo-header and with preamble and SFD"), DLT_CHOICE(DLT_IPOIB, "RFC 4391 IP-over-Infiniband"), + DLT_CHOICE(DLT_DBUS, "D-Bus"), DLT_CHOICE_SENTINEL };