Changeset 87924 in vbox
- Timestamp:
- Mar 2, 2021 8:02:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxIntnetPcap/VBoxIntnetPcap.cpp
r87923 r87924 44 44 { 45 45 { "--count", 'c', RTGETOPT_REQ_UINT64 }, 46 { "--network", ' n', RTGETOPT_REQ_STRING },46 { "--network", 'i', RTGETOPT_REQ_STRING }, 47 47 { "--snaplen", 's', RTGETOPT_REQ_UINT32 }, 48 48 { "--packet-buffered", 'U', RTGETOPT_REQ_NOTHING }, … … 84 84 break; 85 85 86 case ' n': /* --network */86 case 'i': /* --network */ 87 87 if (strNetworkName.isNotEmpty()) 88 88 return RTMsgErrorExit(RTEXITCODE_SYNTAX,
Note:
See TracChangeset
for help on using the changeset viewer.