aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-03-28 19:35:14 +0000
committerGuy Harris <guy@alum.mit.edu>2010-03-28 19:35:14 +0000
commit6ebf4bf0d231ca52df12d99255356547ddd5a5c7 (patch)
treef0046706c4c8ba9ca7ee83c02879627293b147c3 /wiretap/wtap.c
parentd1d432bd10f847c377933b0e1014d415872a16ce (diff)
From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-header
encapsulation a name different from the no-pseudo-header H4 encapsulation. svn path=/trunk/; revision=32321
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c2
1 files changed, 1 insertions, 1 deletions
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" },