aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
Commit message (Expand)AuthorAgeFilesLines
* Use UINT64_C() with two constantsJoão Valverde2021-12-221-2/+2
* Clean up some printf() format stringsJoão Valverde2021-12-211-9/+9
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-191-3/+3
* Replace g_snprintf() with snprintf()João Valverde2021-12-191-11/+11
* Define more log domains for extcapsJoão Valverde2021-12-051-0/+1
* Fix logging with extcapsJoão Valverde2021-12-031-4/+1
* extcap: reword error message referencing captypeChuck Craft2021-10-131-1/+1
* ws_getopt: Rename struct and macrosJoão Valverde2021-09-301-12/+12
* Use the musl in-tree getopt_long() everywhereJoão Valverde2021-09-171-24/+24
* androiddump: get the WIRESHARK_UPPER_PDU tags from the header.Guy Harris2021-08-201-5/+4
* Carry drop count/packet ID/queue ID as options on packet blockDavid Perry2021-07-191-1/+0
* Carry EPB flags as an option on the packet blockDavid Perry2021-07-121-1/+0
* Use wtap_blocks for packet commentsDavid Perry2021-07-071-2/+1
* wslog: Check environment initialization for errorsJoão Valverde2021-06-261-3/+3
* wslog: Check if we are initialized and add missing initsJoão Valverde2021-06-211-7/+3
* Replace g_log() calls with ws_log()João Valverde2021-06-161-137/+137
* wslog: Parse cmd line options in one passJoão Valverde2021-06-141-5/+1
* wslog: Include pid in formatJoão Valverde2021-06-141-0/+2
* wslog: Add support for domain filteringJoão Valverde2021-06-141-0/+1
* Refactor our logging and extend the wslog APIJoão Valverde2021-06-111-1/+13
* Add more error-reporting routines that call through a function pointer.Guy Harris2021-03-151-6/+21
* wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris2021-02-231-7/+9
* Fix various spelling errors.Guy Harris2020-12-091-1/+1
* Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris2020-10-141-3/+4
* wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris2020-08-091-2/+9
* extcap: clean up the version number handling.Guy Harris2020-07-161-1/+1
* More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson2020-05-091-8/+4
* androiddump: Provide fifo argument to g_warning()Jeroen Roovers2020-01-181-3/+3
* androiddump: Fix tcpdump encap type signed/unsigned conversion errorMikael Kanstrup2019-10-161-1/+1
* Revert "CMake: Don't install HTML manuals twice"João Valverde2019-10-101-1/+1
* CMake: Don't install HTML manuals twiceJoão Valverde2019-10-091-1/+1
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* CMake: Remove wsutil pcap dependencyJoão Valverde2019-05-031-1/+1
* Move the Winsock initialization and cleanup to wsutil routines.Guy Harris2019-05-021-14/+11
* Windows: Modernize our WSAStartup usage.Gerald Combs2019-05-011-1/+1
* If you use data_file_url(), you must first call init_progfile_dir().Guy Harris2019-04-081-0/+18
* extcap: set G_REGEX_RAW to avoid potential crashesPeter Wu2019-02-101-3/+3
* cli_main: remove real_main from stack traces for non-WindowsPeter Wu2019-01-021-1/+1
* Move some command-line-oriented routines from wsutil to ui.Guy Harris2019-01-011-1/+1
* Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris2018-12-131-17/+2
* androiddump: Don't present the verbose config optionMikael Kanstrup2018-11-201-4/+0
* androiddump: Add packets with same encap type as used when open wtapMikael Kanstrup2018-11-201-7/+1
* Use an enum for compression types in various interfaces.Guy Harris2018-11-161-1/+1
* Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris2018-11-161-3/+4
* Don't have _ng versions of the dumper open routines.Guy Harris2018-11-131-1/+3
* Win32: Make extcap utilities console applications.Gerald Combs2018-10-121-9/+13
* androiddump: Fix tcpdump encap type when libwiretap is usedMikael Kanstrup2018-05-241-2/+6
* You have to set tm_isdst before calling mktime().Guy Harris2018-05-091-0/+2
* androiddump: Read btsnoop header separately from rest of dataMikael Kanstrup2018-03-271-7/+4
* androiddump: Update ps command parameter for Android OreoMikael Kanstrup2018-03-261-1/+4