Skip to content

Commit

Permalink
no-capture
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Jun 7, 2023
1 parent 144c527 commit 9065684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ struct ConfigParameter config_parameters[] = {
{"json-status", SET_status_json, F_BOOL, {"status-json", 0}},
{"min-packet", SET_min_packet, 0, {"min-pkt",0}},
{"capture", SET_capture, 0, {0}},
{"nocapture", SET_capture, 0, {0}},
{"nocapture", SET_capture, 0, {"no-capture", 0}},
{"SPACE", SET_space, 0, {0}},
{"output-filename", SET_output_filename, 0, {"output-file",0}},
{"output-format", SET_output_format, 0, {0}},
Expand Down

0 comments on commit 9065684

Please sign in to comment.