summaryrefslogtreecommitdiff
path: root/wiretap
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2017-06-14 22:55:02 +0200
committerAnders Broman <a.broman58@gmail.com>2017-06-15 04:23:29 +0000
commit2a5cb8e32e31ed0fb64b97318dd38470886d9154 (patch)
treed8e4ec1589ab5d94afc0582a1591f0bc2025fc83 /wiretap
parent828e1f07a82feb821c8169236fde18570ec01313 (diff)
downloadwireshark-2a5cb8e32e31ed0fb64b97318dd38470886d9154.tar.gz
Miscellaneous texual corrections and addition
Correct some symbolic references in source file comments and add a note about the CMake configuration options. Change-Id: Idb670a2c798c2a52cdce142340ce8fc5a2022508 Reviewed-on: https://code.wireshark.org/review/22138 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/file_access.c4
-rw-r--r--wiretap/wtap.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index 3700a9fb44..14f2e082cc 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -1505,7 +1505,7 @@ static const struct file_type_subtype_info dump_open_table_base[] = {
FALSE, FALSE, 0,
NULL, NULL, NULL },
- /* WTAP_ENCAP_MIME */
+ /* WTAP_FILE_TYPE_SUBTYPE_MIME */
{ "MIME File Format", "mime", NULL, NULL,
FALSE, FALSE, 0,
NULL, NULL, NULL },
@@ -1610,7 +1610,7 @@ static const struct file_type_subtype_info dump_open_table_base[] = {
FALSE, FALSE, 0,
NULL, NULL, NULL },
- /* WTAP_FILE_TYPE_MPLOG */
+ /* WTAP_FILE_TYPE_SUBTYPE_MPLOG */
{ "Micropross mplog file", "mplog", "mplog", NULL,
FALSE, FALSE, 0,
NULL, NULL, NULL }
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 204390be35..a3b7fc2671 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -648,7 +648,7 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_JUNIPER_VP */
{ "Juniper Voice PIC", "juniper-vp" },
- /* WTAP_ENCAP_USB */
+ /* WTAP_ENCAP_USB_FREEBSD */
{ "Raw USB packets", "usb" },
/* WTAP_ENCAP_IEEE802_16_MAC_CPS */