Changeset adbd7e1 in mainline for uspace/app/pcapctl/main.c
- Timestamp:
- 2025-10-11T18:23:30Z (2 months ago)
- Children:
- aefdccd
- Parents:
- 503ce85
- File:
-
- 1 edited
-
uspace/app/pcapctl/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcapctl/main.c
r503ce85 radbd7e1 116 116 { "new", required_argument, 0, 'N' }, /* file name as argument */ 117 117 { "truncated", required_argument, 0, 'T' }, /* file as an argument with device 0 and dump truncated packets (for debugging purposes) */ 118 { "usb", required_argument, 0, 'U' }, /* todo: dump usb packets (not fully implemnted)*/118 { "usb", required_argument, 0, 'U' }, /* dump usb packets (not fully implemnted) */ 119 119 { "device", required_argument, 0, 'd' }, 120 120 { "list", no_argument, 0, 'l' }, … … 148 148 NAME " --list | -l \n" 149 149 "\tList of devices\n" 150 NAME " --new= | -N <outfile>\n"151 "\tStart dumping with ops - 0, on device - 0\n"152 NAME " --append= | -A <outfile>\n"153 "\tContinue dumping on device - 0 to already existing file\n"154 NAME " --truncated= | -T <outfile>\n"155 "\tStart dumping truncated packets to file on device - 0\n"150 NAME " --new= | -N <outfile>\n" 151 "\tStart dumping with ops - 0, on device - 0\n" 152 NAME " --append= | -A <outfile>\n" 153 "\tContinue dumping on device - 0 to already existing file\n" 154 NAME " --truncated= | -T <outfile>\n" 155 "\tStart dumping truncated packets to file on device - 0\n" 156 156 NAME " --start | -r --device= | -d <device number from list> --outfile= | -o <outfile> --ops= | p <ops index>\n" 157 157 "\tPackets dumped from device will be written to <outfile>\n"
Note:
See TracChangeset
for help on using the changeset viewer.
