https://bugzilla.wikimedia.org/show_bug.cgi?id=39322
--- Comment #19 from Thomas Capricelli <[email protected]> 2012-09-20 17:02:28 UTC --- (In reply to comment #18) > (In reply to comment #15) > > I've removed "-s0" as its useless > > How do you figure? the man page says "-s0" is the default, which is confirmed by the command output, "capture size" has the same value : # tcpdump -w /chromium.wikipedia.pcap -n -i eth0 "ip6 and port http" tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes # tcpdump -w /chromium.wikipedia.pcap -s 0 -n -i eth0 "ip6 and port http" tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
