aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 9d4d0139c2..1b46f50415 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -3948,9 +3948,6 @@ main(int argc, char *argv[])
by the command line parameters. */
capture_opts_init(&global_capture_opts, NULL);
- /* Default to capturing the entire packet. */
- global_capture_opts.snaplen = WTAP_MAX_PACKET_SIZE;
-
/* We always save to a file - if no file was specified, we save to a
temporary file. */
global_capture_opts.saving_to_file = TRUE;