From c7c480cf91c0a6b3fffd38ec5d06147f09cc4fd9 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 28 Mar 2010 19:35:14 +0000 Subject: [PATCH] From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-header encapsulation a name different from the no-pseudo-header H4 encapsulation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32321 f5534014-38df-0310-8fa8-9805f1628bb7 --- AUTHORS | 1 + wiretap/wtap.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 86390f3abc..2906e4e47b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3174,6 +3174,7 @@ Johanna Sochos Felix Obenhuber Hilko Bengen Hadar Shoham +Robert Bullen Alain Magloire was kind enough to give his permission to use his version of snprintf.c. diff --git a/wiretap/wtap.c b/wiretap/wtap.c index 55f7dee547..a1d76d7cd0 100644 --- a/wiretap/wtap.c +++ b/wiretap/wtap.c @@ -388,7 +388,7 @@ static struct encap_type_info encap_table_base[] = { { "Endace Record File", "erf" }, /* WTAP_ENCAP_BLUETOOTH_H4_WITH_PHDR */ - { "Bluetooth H4 with linux header", "bluetooth-h4" }, + { "Bluetooth H4 with linux header", "bluetooth-h4-linux" }, /* WTAP_ENCAP_SITA */ { "SITA WAN packets", "sita-wan" }, -- 2.34.1