summaryrefslogtreecommitdiff
path: root/wiretap/commview.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/commview.c')
-rw-r--r--wiretap/commview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/commview.c b/wiretap/commview.c
index e6dbd8101f..77d3a6121e 100644
--- a/wiretap/commview.c
+++ b/wiretap/commview.c
@@ -148,7 +148,7 @@ commview_read_packet(FILE_T fh, struct wtap_pkthdr *phdr, Buffer *buf,
return FALSE;
/*
* The maximum value of cv_hdr.data_len is 65535, which is less
- * than WTAP_MAX_PACKET_SIZE will ever be, so we don't need to
+ * than WTAP_MAX_PACKET_SIZE_STANDARD will ever be, so we don't need to
* check it.
*/