aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Remove Makefile.common filesJoão Valverde1-184/+0
2016-04-21Link version code statically againJoão Valverde1-13/+26
2016-04-04Fix 'make dist' ws_diag_control.h dependencyJoão Valverde1-1/+2
2016-03-24Put pcapio.c into a writecap library, and use it.Guy Harris1-5/+0
2016-03-21Fix building without extcap enabledJoão Valverde1-5/+10
2016-02-25Add text2pcap-scanner_lex.h to the list of generated headers.Guy Harris1-0/+1
2016-02-15Build the extcap programs in the extcap directory.Guy Harris1-21/+2
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike781-0/+4
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-3/+0
2015-12-22extcap: add randpktdump, a random packet generator.Dario Lombardo1-0/+5
2015-11-19extcap: add sshdump.Dario Lombardo1-0/+4
2015-11-12Add $(randpkt_INCLUDES) to $(noinst_HEADERS) so they're distributed.Guy Harris1-1/+2
2015-11-11Put randpkt-core.h into the release tarball.Guy Harris1-0/+4
2015-11-11randpkt: split into a core and an app.Dario Lombardo1-1/+2
2015-04-08extcap: Add support for Android - androiddumpMichal Labedzki1-0/+4
2015-01-22Get us building with the subdir-objects automake option.Jeff Morriss1-0/+11
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-16/+7
2014-08-26Whitespace fixJoerg Mayer1-1/+1
2014-08-21Extcap Capture InterfaceRoland Knall1-1/+5
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-3/+0
2014-07-16Move the monitor-for-interface-list-changes stuff to the caputils library.Guy Harris1-2/+0
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-12/+3
2014-07-03Add --help and --version support.Guy Harris1-1/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-9/+12
2014-06-30Move filters.[ch] to libui.Guy Harris1-2/+0
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+0
2014-06-30Move proto_hier_stats.[ch] to libui.Guy Harris1-2/+0
2014-06-30Move capture.[ch] to libui.Guy Harris1-2/+0
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-11/+0
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-4/+2
2014-06-29Move some more stuff into wsutil.Guy Harris1-4/+0
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-4/+0
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-3/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-3/+3
2014-01-09Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)Jörg Mayer1-4/+1
2014-01-08At least some of the files in PLATFORM_CAPTURE_SRC are needed byGuy Harris1-2/+2
2014-01-08Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.Guy Harris1-2/+2
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-1/+9
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-1/+0
2013-12-13Add a "captype" file that just reports the type of a capture file, basedGuy Harris1-0/+4
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-4/+2
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+0
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-4/+1
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-4/+0
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss1-3/+1
2013-07-12Move the print modules into epan.Jeff Morriss1-8/+2
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-2/+0
2013-07-11Move some more modules into epan.Jeff Morriss1-4/+0
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-0/+2