Only say we have a new resolved MAC address if it's actually *new*.
[metze/wireshark/wip.git] / extcap /
2016-02-26 Michael MannFix nmake build for extcap apps.
2016-02-26 Roland Knallextcap: Fix noinst header
2016-02-26 Dario Lombardoextcap: move windows functions into extcap-base
2016-02-26 João Valverdeextcap: Fix make distcheck
2016-02-25 Guy HarrisClean up modelines and indentation.
2016-02-25 Guy HarrisPut extcap-base.h into the release tarball.
2016-02-25 Dario Lombardoextcap: move includes into extcap-base.
2016-02-25 Dario Lombardoextcap: move common code into extcap-base files
2016-02-23 Guy HarrisHave "make maintainer-clean" remove extcap/Makefile.in.
2016-02-21 João Valverdeautotools: Use pkg-config autoconf macros for GLib/GTK
2016-02-18 Guy HarrisDon't add the wiretap directory to the list of include...
2016-02-18 Pascal QuantinFix compilation of extcap programs with NMake
2016-02-15 Guy HarrisBuild the extcap programs in the extcap directory.
2016-02-13 Alexis La Goutteandroiddump: fix logical ‘or’ of equal expressions...
2016-02-11 Dario Lombardorandpktdump: change error messages.
2016-02-08 Dario Lombardosshdump: fix default value for capture filter.
2016-02-05 Michal LabedzkiFix some Coverity issue
2016-02-01 Dario Lombardoandroiddump: fix printf format warning.
2016-01-27 Dario Lombardosshdump: fix error in extcap sentence.
2016-01-22 Dario Lombardosshdump: fix leak in ssh_open_remote_connection() ...
2016-01-19 Dario Lombardosshdump: fix typo in extcap-config.
2016-01-18 Michal Labedzkiandroiddump: There is no need to make full copy optarg
2016-01-18 Dario Lombardoextcap: add masked to options.
2016-01-16 Alexis La Gouttefix spelling-error-in-binary found by lintian
2016-01-15 Dario Lombardosshdump: change message to error.
2016-01-15 Roland Knallandroiddump: Return extcap version information
2016-01-14 Roland Knallssh/randpktdump: Add version to extcap utility
2016-01-08 moshekaplanFix a lot of typos and misspellings
2016-01-06 Dario Lombardosshdump: print error message to stderr instead of stdout.
2016-01-02 Thomas WiensMoved variable declaration top, to be C89 compliant
2015-12-30 Roland Knallextcap: Add Required and cleanup
2015-12-22 Dario Lombardoextcap: add randpktdump, a random packet generator.
2015-12-17 Pascal Quantinanddroiddump: fix compilation errors with Win64 and...
2015-12-17 Michal LabedzkiTry to fix some PVS Studio warnings
2015-12-17 Michal Labedzkiandroiddump: Remove all mallocs
2015-12-17 Michal Labedzkiandroiddump: Some Coverity fixes
2015-12-08 Pascal Quantinandroiddump: fix crash on Windows when running in verbo...
2015-11-24 Dario Lombardosshdump: add default filter even when interfaces are...
2015-11-23 Dario Lombardosshdump: fix int issue
2015-11-21 Dario Lombardosshdump: add define for default capture bin
2015-11-20 Dario Lombardosshdump: add packets count
2015-11-20 Michal Labedzkiandroiddump: Add Bluetooth support for Android M
2015-11-19 Dario Lombardoextcap: add sshdump.
2015-11-09 Stig Bjørlykkeandroiddump: make nanoseconds int
2015-11-05 Stig Bjørlykkeextcap: Provide capture filter to extcap binary
2015-09-23 Dario Lombardoandroiddump: add memset in adb_connect() (CID 1293396)
2015-09-13 Pascal Quantinandroiddump: fix memory leaks reported by Coverity
2015-09-11 Pascal Quantinandroiddump: fix compilation on Windows and OSX
2015-09-11 Aditya JainSupport for Wifi packet capture for android devices.
2015-08-07 Michal Labedzkiandroiddump: Try to make MVS14.0 happy
2015-07-02 AndersBromanTry to fix warning C6340: Mismatch on sign: 'short...
2015-07-01 AndersBromanTry to fix some warnings from Visual Studio Code Analysis.
2015-06-19 Michal LabedzkiBluetooth: Coverity fixes
2015-06-12 Michal Labedzkiandroiddump: Fix socket resource leak
2015-06-12 Michal Labedzkiandroiddump: Fix Bluetooth External Parser
2015-05-28 Alexis La GoutteAndroiddump: fix Null pointer passed as an argument...
2015-05-18 Michal Labedzkiandroiddump: Case-insensitive for option and add verbos...
2015-05-15 Edwin Groothuisandroiddump: fix compilation under FreeBSD
2015-05-04 Roland Knallandroiddump: Change expected boolean result
2015-04-23 Michal Labedzkiandroiddump: Fix warning about unneeded value
2015-04-15 Alexis La GoutteAndroiddump: Fix Memory - corruptions (OVERRUN) (CID...
2015-04-12 Michal Labedzkiandroiddump: Disable automatic starting adb
2015-04-12 Pascal Quantinandroiddump: add more compatibility with MSVC connect API
2015-04-12 Michal LabedzkiAdd missing androiddump stuff
2015-04-11 Guy HarrisUse HAVE_ARPA_INET_H to control whether to include...
2015-04-11 Guy HarrisMore type cleanup to squelch warnings.
2015-04-11 Pascal Quantinandroiddump: fix a typo
2015-04-11 Guy HarrisUse G_GUINT64_CONSTANT() to make a guint64_t (or uint64...
2015-04-11 Guy HarrisSquelch 64-bit-to-32-bit shortening errors.
2015-04-11 Guy HarrisIt's not "Windows vs. (Linux or OS X or Cygwin)", it...
2015-04-11 Guy HarrisA temporary variable squelches some warnings.
2015-04-09 Alexis La GoutteAndroiddump: fix Null pointer passed as an argument...
2015-04-09 Alexis La GoutteAndroiddump: fix Potential leak of memory pointed to...
2015-04-09 Alexis La GoutteAndroiddump: Fix Result of 'malloc' is converted to...
2015-04-09 Alexis La GoutteAndroiddump: Fix Dead Store (Dead assignement/Dead...
2015-04-08 Roland Knallandroiddump: Fix missing headers for Mac OSX
2015-04-08 Michal Labedzkiextcap: Add support for Android - androiddump