aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-06-19 21:13:17 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-06-19 19:14:49 +0000
commite1c0674564ee39ebf7bc74d6c70e9a78a92dbe7d (patch)
tree9496ca8a9f2d3c25fab027d084911c2eeedcfc46 /wiretap
parent12574468e1d87af730792e5f15fca854172899ce (diff)
Long and short names are inverted
Change-Id: Ief3c86562d5eadb845b5a32dc704a61ccd27fdf6 Reviewed-on: https://code.wireshark.org/review/2443 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index d06397d47e..3cbc9c54f3 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -691,7 +691,7 @@ static struct encap_type_info encap_table_base[] = {
{ "STANAG 5066 Data Transfer Sublayer PDUs(D_PDU)", "s5066-dpdu"},
/* WTAP_ENCAP_NETLINK */
- { "Netlink", "Linux netlink" },
+ { "Linux Netlink", "netlink" },
/* WTAP_ENCAP_BLUETOOTH_LINUX_MONITOR */
{ "Bluetooth Linux Monitor", "bluetooth-linux-monitor" },