summaryrefslogtreecommitdiff
path: root/wiretap/radcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/radcom.c')
-rw-r--r--wiretap/radcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/radcom.c b/wiretap/radcom.c
index f86b1f3e23..54e5e9b441 100644
--- a/wiretap/radcom.c
+++ b/wiretap/radcom.c
@@ -316,7 +316,7 @@ radcom_read_rec(wtap *wth, FILE_T fh, struct wtap_pkthdr *phdr, Buffer *buf,
real_length = pletoh16(&hdr.real_length);
/*
* The maximum value of length 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.
*/