summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index d0910d930d..11f51466b1 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -362,10 +362,10 @@ extern "C" {
/*
* Maximum packet size we'll support.
- * 65535 is the largest snapshot length that libpcap supports, so we
+ * 131072 is the largest snapshot length that libpcap supports, so we
* use that.
*/
-#define WTAP_MAX_PACKET_SIZE 65535
+#define WTAP_MAX_PACKET_SIZE 131072
/*
* "Pseudo-headers" are used to supply to the clients of wiretap