No need to display *signed* power values in hex.
[metze/wireshark/wip.git] / extcap /
2018-04-05 Roland Knallextcap: Tell utilities the wireshark version
2018-03-27 Mikael Kanstrupandroiddump: Read btsnoop header separately from rest...
2018-03-26 Mikael Kanstrupandroiddump: Update ps command parameter for Android...
2018-03-26 Mikael Kanstrupandroiddump: Fix btsnoop net port lookup
2018-03-26 Mikael Kanstrupandroiddump: Fix some error messages
2018-02-10 Florian Bezoldandroiddump: Fix non-blocking connect on Windows
2018-02-10 Florian Bezoldandroiddump: Fix and simplify tcpdump capture
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-28 Florian Bezoldandroiddump: Raise ADB timeout to 2s for slower devices
2018-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2018-01-08 Mikael Kanstrupandroiddump: Fix crash in add_tcpdump_interfaces
2018-01-02 Florian Bezoldandroiddump: Support older on-target tcpdump versions
2017-12-18 Florian Bezoldandroiddump: Fix adb tcpdump PTY CR/LF handling
2017-12-14 Alexis La Goutteciscodump(extcap): fix 'packet' was marked unused but...
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-11-22 Dario Lombardosshdump: remove extra option check.
2017-11-22 Dario Lombardosshdump: add option to prevent promiscuous mode.
2017-11-19 João ValverdeFix (and chop) static build option
2017-11-15 Dario Lombardoudpdump: add space.
2017-11-12 Dario Lombardoextcap: use SPDX identifiers for licences.
2017-11-09 Dario Lombardoextcap: rename interface names.
2017-11-09 João ValverdeReplace inet_addr() with our inet_pton() wrapper
2017-11-08 Dario Lombardoudpdump: don't call inet_addr() for every packet.
2017-10-16 Mikael Kanstrup[RFC]androiddump: Support extcap-dlts option
2017-10-15 João Valverdeautotools: make maintainer-clean should allow rerunning...
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-10-14 Martin MathiesonSome trivial fixes from running cppcheck.
2017-09-25 Jakub Zawadzkiudpdump: Add missing include for timeval struct.
2017-09-24 João Valverdeautotools: Use package flags to configure libpcap
2017-09-06 João Valverdeplugins: config.h must not be included by public headers
2017-08-23 UlfFix potential oob write crashes
2017-08-18 Mikael Kanstrupandroiddump: Support 802.11 monitor and nlmon interfaces
2017-08-17 Mikael Kanstrupandroiddump: Fix bt snoop capturing
2017-08-15 Mikael Kanstrupandroiddump: Avoid linktype/encap conversion
2017-08-03 Dario Lombardoextcap: skip custom log if filename is space.
2017-08-02 Dario Lombardoextcap: add debug log file feature to extcap-base.
2017-07-27 Dario Lombardoextcap: add command line debug function to extcap-base.
2017-07-21 Dario Lombardoandroiddump: check return value of localtime() before...
2017-07-21 Pascal Quantinandroiddump: add a cast to please MSVC x64
2017-07-20 Dario Lombardoandroiddump: use actual buffer length instead of pointe...
2017-07-07 Mikael Kanstrupandroiddump: Reduce code duplication
2017-07-01 Mikael Kanstrupandroiddump: Close socket on failure path
2017-07-01 Mikael Kanstrupandroiddump: Fix null dereference if linktype not found
2017-06-30 Mikael Kanstrupandroiddump: Fix leaked linktype string
2017-06-28 Stig Bjørlykkeandroiddump: Fix printf format for size_t
2017-06-27 Mikael Kanstrupandroiddump: Support packet capture on any interface...
2017-06-27 Mikael Kanstrupandroiddump: Use Android tcpdump reported data link...
2017-06-27 Guy HarrisThe 3rd argument to recv() is an int on Windows.
2017-06-27 Mikael Kanstrupandroiddump: Let adb_send funcs generate string length...
2017-06-26 Mikael Kanstrupandroiddump: Add helper functions for data link type...
2017-06-26 Mikael Kanstrupandroiddump: Introduce adb_connect_transport helper...
2017-06-26 Mikael Kanstrup[RFC]androiddump: Only filter CR/LFs on Windows
2017-06-15 Michael Mannudpdump.c: Don't include epan headers.
2017-05-11 Guy HarrisPut the HAVE_REMOTE hack into wsutil/wspcap.h, and...
2017-05-11 Guy HarrisForce HAVE_REMOTE to be defined when including pcap...
2017-04-21 Guy HarrisUse the cfile_ failure_message routines in androiddump.
2017-04-20 Guy HarrisUse cfile_write_failure_message() in the randpkt code.
2017-03-27 Alexis La Goutteudpdump: fix indent (use tab)
2017-03-27 Michael Mannudpdump.c: warning C6262: Function uses '65608' bytes...
2017-03-23 Mikael Kanstrupandroiddump: Fix tcpdump op prec bug with used_buffer_l...
2017-03-07 Stig Bjørlykkeandroiddump: Fix a type
2017-03-07 Michal Labedzkiandroiddump: Add ignore log-buffer and custom-options...
2017-03-02 AndersBromanUse glib-compat
2017-03-01 Dario Lombardoudpdump: fix recvfrom error on windows.
2017-02-28 Michal Labedzkiandroiddump: Use only non-blocking connect() instead...
2017-02-26 Michael Mannandroiddump: Set connect socket to non-blocking on...
2017-02-24 Dario Lombardoudpdump: fix help.
2017-02-24 Michal Labedzkiandroiddump: Use nonblocking connect
2017-02-16 AndersBromang_slist_free_full requires glib 2.28
2017-02-14 Pascal Quantinandroiddump: fix compilation with ANDROIDDUMP_USE_LIBPC...
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-01-26 Guy HarrisCast arguments to socklen_t.
2017-01-26 Guy HarrisClean up some UN*X-vs-Windows socket issues.
2017-01-20 Dario Lombardosshdump: add sudo option.
2017-01-19 Frank CarpenterPopulate logcat year based on localtime
2017-01-07 Peter Wuextcap: fix memleak via data_file_url
2016-12-30 Baruch Siachandroiddump: add missing sys/time.h header
2016-12-25 Guy HarrisFix some narrowing warnings.
2016-12-25 Dario Lombardoudpdump: remove libwireshark dependancy.
2016-12-22 Dario Lombardoudpdump: set default value for payload
2016-12-20 Dario Lombardoextcap: set help page for all extcaps.
2016-12-05 Michal Labedzkiandroiddump: Add support for Bluetooth on Android 7.0
2016-12-04 Guy HarrisHave a routine to do all the work of initializing libwi...
2016-11-18 Dario Lombardoandroiddump: check return value in useSndTimeout()...
2016-11-10 Michal Labedzkiandroiddump: Set socket connect() timeout to 500ms
2016-11-02 Dario Lombardosshdump: use g_shell_quote in the right way.
2016-10-31 Dario Lombardosshdump: remove default filter from capture mode.
2016-10-19 Michal Labedzkiandroiddump: Fix help - interfaces
2016-10-19 Michal Labedzkiextcap: put missed parameters into the help
2016-10-15 Dario Lombardoudpdump: fix issues from coverity.
2016-10-04 Dario Lombardosshdump: add remote capture command.
2016-10-04 Dario Lombardosshdump: use tcpdump as default capture binary.
2016-09-26 Dario Lombardosshdump: restyle the output write routine.
2016-09-24 Uli HeilmeierUdpdump: Fix g_debug() for ssize_t buflen
2016-09-16 Guy HarrisType and size cleanups.
2016-09-16 Guy HarrisAdd ws_hexstrtou{bits} and use ws_hexstrtou32 in androi...
2016-09-16 Dario Lombardoudpdump: use socket_handle_t instead of int for portabi...
2016-09-16 Dario Lombardoextcap: make extcap use the ws_strtoi/u functions.
2016-09-16 Guy Harrisws_strou16() now takes three arguments.
next