Home | History | Annotate | Download | only in src

Lines Matching full:dump

234 			perror("Can't create dump header");
324 /* Save or send dump */
489 perror("Can't open dump file");
542 perror("Can't create dump header");
933 " -w, --save-dump=file Save dump to a file\n"
934 " -r, --read-dump=file Read dump from a file\n"
935 " -s, --send-dump=host Send dump to a host\n"
936 " -n, --recv-dump=host Receive dump on a host\n"
937 " -d, --wait-dump=host Wait on a host and send\n"
939 " -a, --ascii Dump data in ascii\n"
940 " -x, --hex Dump data in hex\n"
941 " -X, --ext Dump data in hex and ascii\n"
942 " -R, --raw Dump raw data\n"
965 { "save-dump", 1, 0, 'w' },
966 { "read-dump", 1, 0, 'r' },
967 { "send-dump", 1, 0, 's' },
968 { "recv-dump", 1, 0, 'n' },
969 { "wait-dump", 1, 0, 'd' },