File: hcxwltool.h

package info (click to toggle)
hcxtools 6.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,080 kB
  • sloc: ansic: 19,601; python: 144; sh: 99; makefile: 98
file content (13 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define HCX_INPUT_WORDLIST		'i'
#define HCX_OUTPUT_WORDLIST		'o'
#define HCX_SWEEP_LEN			'1'
#define HCX_DIGIT			'2'
#define HCX_XDIGIT			'3'
#define HCX_LOWER			'4'
#define HCX_UPPER			'5'
#define HCX_CAPITAL			'6'
#define HCX_STRAIGHT			'7'
#define HCX_HELP			'h'
#define HCX_VERSION			'v'

#define LINEIN_MAX 128