Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:snaplen

687 			snaplen = strtol(optarg, &end, 0);
689 || snaplen < 0 || snaplen > 65535)
690 error("invalid snaplen %s", optarg);
691 else if (snaplen == 0)
692 snaplen = 65535;
888 pd = pcap_open_live(device, snaplen, !pflag, 1000, ebuf);
928 if (snaplen < i) {
929 warning("snaplen raised from %d to %d", snaplen, i);
930 snaplen = i;
1044 device, dlt, snaplen);
1048 pcap_datalink_val_to_description(dlt), snaplen);
1418 "\t\t[ -r file ] [ -s snaplen ] [ -T type ] [ -w file ]\n");