aboutsummaryrefslogtreecommitdiffstats
path: root/capture
AgeCommit message (Expand)AuthorFilesLines
2024-01-19capture: silence warning for non-root userJoakim Karlsson1-0/+9
2024-01-11Don't overwrite error message from dumpcapJames Ring1-1/+7
2024-01-10iface_lists: Reduce some unnecessary string copying of if_info_tJohn Thacker1-0/+3
2024-01-08tshark: Retrieve interface capabilities in one callJohn Thacker2-3/+8
2023-12-31dumpcap: Pass the Capchild log level from parent to dumpcapJohn Thacker1-1/+13
2023-12-31dumpcap: Make capture child logging workJohn Thacker1-0/+37
2023-12-31dumpcap: Don't use fd 2 (stderr) for the sync pipeJohn Thacker1-53/+52
2023-12-24capture: Fix leak of secondary messagesJohn Thacker1-1/+1
2023-12-22capture: Fix up getting statsJohn Thacker1-0/+1
2023-12-22Qt: [Re]start the stats when filling the interface listJohn Thacker2-2/+14
2023-12-21Don't include net/if_var.h; it's not present on all *BSDs.Guy Harris1-1/+0
2023-12-20capture_sync: Keep PIPE_BUF_SIZE and SP_MAX_MSG_LEN relatedJohn Thacker1-4/+6
2023-12-19capture: Fix Coverity 1559542John Thacker1-2/+2
2023-12-18dumpcap: Add a welcome modeJohn Thacker2-105/+125
2023-12-18capture: Move pcap failure secondary message to headerJohn Thacker4-8/+246
2023-12-18capture: More prep for retrieving and caching capabilitiesJohn Thacker1-0/+8
2023-12-17capture: Move deserializing the interface list to a static functionJohn Thacker1-151/+162
2023-12-16dumpcap: Allow retrieving interface list + capsJohn Thacker2-16/+59
2023-12-16capture: Get regular and monitor mode link type lists at the same timeJohn Thacker3-20/+93
2023-12-15capture: Add return messages to the if_capabilities_t structJohn Thacker3-48/+56
2023-12-14capture: Serialize the machine readable interface listJohn Thacker1-54/+88
2023-12-11capture: Free capabilities automatically when the hash is destroyedJohn Thacker1-1/+9
2023-12-09On *BSD, use a PF_ROUTE socket to get indications of new/removed interfaces.Guy Harris1-0/+175
2023-12-07Another check for a routine returning an error.Guy Harris1-2/+14
2023-12-07Check for success of routines called between pcap_create() and pcap_activate().Guy Harris2-34/+94
2023-11-28capture: Always return the capability hash tableJohn Thacker1-3/+3
2023-11-25tshark: Cache the interface listJohn Thacker2-0/+69
2023-11-23Capture: Fix deserializing single if capabilities on WindowsJohn Thacker1-10/+20
2023-11-23Capture: Get our capabilities list in one dumpcap callJohn Thacker4-70/+220
2023-11-22Try to fix tests on ARM64John Thacker1-11/+7
2023-11-22dumpcap: Serialize machine readable interface caps as JSONJohn Thacker1-57/+108
2023-10-23capture-wpcap.c: fix typo, move a #include.Guy Harris1-2/+2
2023-10-24dumpcap: recommend upgrading Npcap for promiscuous-mode errors.Guy Harris2-0/+52
2023-10-11wslog: Omit the file/line/func with ws_info()João Valverde1-2/+2
2023-09-26tshark: more efficient `-b printname:FILE`David Perry1-3/+3
2023-09-26tshark: support `-b printname:FILE`David Perry1-0/+7
2023-09-23Work around stub routines in macOS 14 (Sonoma) libpcap.Guy Harris1-0/+54
2023-09-21capture_sync(capture): fix Dead AssignmentAlexis La Goutte1-2/+2
2023-09-16Capture: Fix second and future stats open (sparklines) on WindowsJohn Thacker1-5/+17
2023-09-09capture child: send an errno message if exec of dumpcap fails.Guy Harris1-5/+73
2023-08-27With -D, always let the user know if capture_interface_list() fails.Guy Harris1-15/+15
2023-08-26Add and expand comments on capture_interface_list(). [skip ci]Guy Harris2-2/+6
2023-08-26Don't pretend to return an error string from append_extcap_interface_list().Guy Harris1-3/+2
2023-08-26Clean up sync pipe write routines.Guy Harris1-2/+2
2023-08-11<sys/ioctl.h> is needed to declare ioctl().Guy Harris1-0/+1
2023-06-27Fix build on Linux with libnl.Guy Harris1-0/+1
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-21capture: Use win32strerror on windowsJohn Thacker1-1/+1
2023-06-18Get rid of unnecessary casts.Guy Harris1-2/+2
2023-06-18Tools: Add gu?long to convert-glib-types.pyGerald Combs3-15/+15