aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-22From Wido Kelling:Anders Broman7-207/+1220
2012-11-22- Include capture_win_ifnames.hAnders Broman1-1/+2
2012-11-22It's get_windows_interface_friendlyname(), notGuy Harris1-2/+2
2012-11-22Get the friendly name for interfaces. Also, no Windows interfaces areGuy Harris1-3/+8
2012-11-22Some more if_info_t updates.Guy Harris1-2/+4
2012-11-22Fix another reference to the "description" member of an if_info_t (inGuy Harris1-1/+1
2012-11-22Add capture_unix_ifnames.c to the list of files needed when building forGuy Harris1-1/+1
2012-11-22Fix a reference to the "description" member of an if_info_t.Guy Harris1-2/+2
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris20-87/+415
2012-11-22Get rid of an unused variable.Guy Harris1-1/+0
2012-11-22Assume, at least for now, that "Darwin" means "OS X"; don't botherGuy Harris2-55/+32
2012-11-22Fix potential buffer overflow crash; (Bug #7880).Bill Meier1-48/+43
2012-11-22Clean up indentation.Guy Harris1-84/+84
2012-11-22Fix indentation.Guy Harris1-2/+2
2012-11-21fixMartin Kaiser1-1/+1
2012-11-21display the content of cc status fields in the info columMartin Kaiser1-0/+4
2012-11-21all CI+ SAC messages are encryptedMartin Kaiser1-2/+0
2012-11-21dissect config and cftable tuples in the Card Information StructureMartin Kaiser1-3/+239
2012-11-21fix copy&paste errorMartin Kaiser1-1/+1
2012-11-21Clean up white space (no tabs).Guy Harris1-3/+4
2012-11-21cc status 0x03 means either "authentication failed" or "no srm required"Martin Kaiser1-12/+12
2012-11-21Make the error message for "we didn't get the error message we expected"Guy Harris1-6/+6
2012-11-21For invalid interfaces, just check for "The capture session could not beGuy Harris1-10/+2
2012-11-21We aren't using pcap_create()/pcap_activate() to open interfaces onGuy Harris1-2/+2
2012-11-21If we're not on Windows, assume we don't have sufficient privileges toGuy Harris1-2/+10
2012-11-21The previous change means the "len" argument is now being used.Guy Harris1-3/+1
2012-11-21In capture_opts_add_iface_opt(), only *require* us to get the interfaceGuy Harris1-75/+88
2012-11-21From l.wachowski:Anders Broman1-5/+9
2012-11-21Give a better failure message for the cases where a test failed notGuy Harris1-14/+14
2012-11-21If we don't find the specified interface name in the list, use itGuy Harris1-3/+11
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris6-28/+27
2012-11-21Make the "Invalid capture filter" message resemble that of other programs.Guy Harris1-1/+1
2012-11-21Handle an error message that includes single quotes.Guy Harris1-1/+1
2012-11-21Add dumpcap command-line option tests; run them before TShark tests, soGuy Harris1-15/+124
2012-11-21Fix the error message to test for when testing "-i invalid_interface".Guy Harris1-1/+1
2012-11-21Fix the capitalization of the error message printed if you specify anGuy Harris1-1/+1
2012-11-21When dumpcap is being run by another program, its standard error getsGuy Harris1-3/+1
2012-11-21From Stephen Tarr: Fix 'misspelling (typo) in display filter field name'.Bill Meier1-1/+1
2012-11-20SCSI: Sense buffers come in two flavors. Start decoding the descriptor format.Ronnie Sahlberg1-7/+35
2012-11-20Clean up white space.Guy Harris1-4/+2
2012-11-20We don't use get_windows_interface_friendlyname() in capture_opts.c, soGuy Harris1-32/+36
2012-11-19Including config.h causes compile errors; Comment out for now...Bill Meier1-0/+2
2012-11-19HAVE_CONFIG_H no longer req'dBill Meier1-44/+42
2012-11-19Attempt to fix the Windows Qt builds.Jeff Morriss1-0/+1
2012-11-19I thought the test suite was run with capture permissions; that does not appe...Jeff Morriss1-1/+1
2012-11-19Put a line of code on its own line (instead of following a comment).Jeff Morriss1-4/+6
2012-11-19Failure to find the interface should cause *shark to exit with a status of 1,...Jeff Morriss1-1/+1
2012-11-19As suggested by Evan: just make the variable a size_t instead of casting away...Jeff Morriss1-2/+2
2012-11-19I'm pretty confident the string length will fit in 32 bits; cast away the "po...Jeff Morriss1-11/+11
2012-11-19r46083 added interface name matching which changed the error text when an int...Jeff Morriss1-1/+1