aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-06 20:35:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-06 20:35:37 +0000
commit7881fe849353afaf886c26e8ce8043cc3f88c74e (patch)
treef13760bfebaf039b45133832ca355f90a6f6f224 /wiretap
parent12bd8f51b375ca2a6e9bc4a6c289852b903b2594 (diff)
From Stephen Donnelly: Correct ERF name, add WTAP_ENCAP string display https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7313
svn path=/trunk/; revision=43141
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 27ba9675c8..6af7502506 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -444,7 +444,7 @@ static struct encap_type_info encap_table_base[] = {
{ "Per-Packet Information header", "ppi" },
/* WTAP_ENCAP_ERF */
- { "Endace Record File", "erf" },
+ { "Extensible Record Format", "erf" },
/* WTAP_ENCAP_BLUETOOTH_H4_WITH_PHDR */
{ "Bluetooth H4 with linux header", "bluetooth-h4-linux" },