aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19androiddump: Don't hang for 20s on Linux if loopback is downJohn Thacker1-30/+35
2023-10-17androiddump: support capture filterFlorian Bezold1-5/+10
2023-06-18Get rid of unnecessary casts.Guy Harris1-1/+1
2023-06-15Convert our extcaps to C99 typesGerald Combs1-80/+80
2023-05-26androiddump: Fix warning [-Wdiscarded-qualifier]João Valverde1-1/+1
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-06Remove wspcap.h and use config.h insteadJoão Valverde1-1/+1
2023-01-14MinGW: Cast away a -Wincompatible-pointer-types warningJoão Valverde1-3/+3
2023-01-05androiddump: btsnoop support on android T and onwardsJakub Pawlowski1-1/+1
2022-09-10Dissector names are not protocol names.Guy Harris1-3/+3
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-1/+1
2021-12-22Use UINT64_C() with two constantsJoão Valverde1-2/+2
2021-12-21Clean up some printf() format stringsJoão Valverde1-9/+9
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+3
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-11/+11
2021-12-05Define more log domains for extcapsJoão Valverde1-0/+1
2021-12-03Fix logging with extcapsJoão Valverde1-4/+1
2021-10-13extcap: reword error message referencing captypeChuck Craft1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-12/+12
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-24/+24
2021-08-20androiddump: get the WIRESHARK_UPPER_PDU tags from the header.Guy Harris1-5/+4
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-1/+0
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-1/+0
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-2/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-3/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-7/+3
2021-06-16Replace g_log() calls with ws_log()João Valverde1-137/+137
2021-06-14wslog: Parse cmd line options in one passJoão Valverde1-5/+1
2021-06-14wslog: Include pid in formatJoão Valverde1-0/+2
2021-06-14wslog: Add support for domain filteringJoão Valverde1-0/+1
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-1/+13
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-6/+21
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-7/+9
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-3/+4
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris1-2/+9
2020-07-16extcap: clean up the version number handling.Guy Harris1-1/+1
2020-05-09More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson1-8/+4
2020-01-18androiddump: Provide fifo argument to g_warning()Jeroen Roovers1-3/+3
2019-10-16androiddump: Fix tcpdump encap type signed/unsigned conversion errorMikael Kanstrup1-1/+1
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde1-1/+1
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-1/+1
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-14/+11
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris1-0/+18
2019-02-10extcap: set G_REGEX_RAW to avoid potential crashesPeter Wu1-3/+3
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1