Lines Matching full:pcap
6 * and allows for single stepping through selected packets from a pcap
22 * 3) > load pcap foo.pcap
28 * 6) > select 3 (`run` etc will start from the 3rd packet in the pcap)
911 rl_printf("no pcap file loaded!\n"); in pcap_loaded()
951 rl_printf("cannot open pcap [%s]!\n", strerror(errno)); in try_load_pcap()
957 rl_printf("cannot fstat pcap file!\n"); in try_load_pcap()
962 rl_printf("not a regular pcap file, duh!\n"); in try_load_pcap()
968 rl_printf("pcap file too small!\n"); in try_load_pcap()
981 rl_printf("wrong pcap magic!\n"); in try_load_pcap()
1080 } else if (matches(subcmd, "pcap") == 0) { in cmd_load()
1085 rl_printf("pcap <file>: load pcap file\n"); in cmd_load()