Skip to content

Commit

Permalink
Add DLT_DBUS to the table of link-layer type names
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLabedzki authored and guyharris committed May 6, 2013
1 parent 43a4a4d commit 12f8f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 12f8f68

Please sign in to comment.