short_opts 623 examples/pcap2nbench/main.cpp const char *short_opts = "si"; short_opts 629 examples/pcap2nbench/main.cpp while ((ch = getopt_long(argc,argv,short_opts,long_opts,&opt_ind)) != -1) {