summaryrefslogtreecommitdiff
path: root/wiretap/csids.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/csids.c')
-rw-r--r--wiretap/csids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/csids.c b/wiretap/csids.c
index 3f4b3eefcc..2d44a10c93 100644
--- a/wiretap/csids.c
+++ b/wiretap/csids.c
@@ -181,7 +181,7 @@ csids_read_packet(FILE_T fh, csids_t *csids, struct wtap_pkthdr *phdr,
hdr.caplen = pntoh16(&hdr.caplen);
/*
* The maximum value of hdr.caplen is 65535, which is less than
- * WTAP_MAX_PACKET_SIZE will ever be, so we don't need to check
+ * WTAP_MAX_PACKET_SIZE_STANDARD will ever be, so we don't need to check
* it.
*/